Commit ad7aff03 authored by Michael Niedermayer's avatar Michael Niedermayer

tests/fate/source-check: Use git grep in place of grep

grep -L is not posix, solaris default grep does not support it
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 5f019909
...@@ -27,7 +27,7 @@ for f in `git ls-files | grep '\.h$'` ; do ...@@ -27,7 +27,7 @@ for f in `git ls-files | grep '\.h$'` ; do
-e 's/_vaf_/_/' \ -e 's/_vaf_/_/' \
| tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
grep -L "^#define $macro$" $f git grep -L "^#define $macro$" $f
done done
echo "Use of av_clip() where av_clip_uintp2() could be used:" echo "Use of av_clip() where av_clip_uintp2() could be used:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment