Commit ec9dae34 authored by diego's avatar diego

'grep -q' is a GNU extension.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9128 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4de4c70
......@@ -11,7 +11,7 @@ rm -f $logfile
for i in $list ; do
echo ---------------- >>$logfile
echo $i >>$logfile
echo $i | grep -vq 'b-libav[01][0-9][.]' &&
echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null &&
./seek_test $i >> $logfile
done
......
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