提交 dc75f7ee 编写于 作者: D Diego Biurrun

whitespace cosmetics

Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6d593d43
......@@ -9,8 +9,8 @@ reffile="$1"
list=`ls data/a-* data/b-* | sort`
rm -f $logfile
for i in $list ; do
echo ---------------- >>$logfile
echo $i >>$logfile
echo ---------------- >> $logfile
echo $i >> $logfile
echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null &&
./seek_test $i >> $logfile
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册