提交 ad7aff03 编写于 作者: M 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: NMichael Niedermayer <michael@niedermayer.cc>
上级 5f019909
......@@ -27,7 +27,7 @@ for f in `git ls-files | grep '\.h$'` ; do
-e 's/_vaf_/_/' \
| tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
grep -L "^#define $macro$" $f
git grep -L "^#define $macro$" $f
done
echo "Use of av_clip() where av_clip_uintp2() could be used:"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册