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

Do not fail or print an error if the logfile already exists.

Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 5e2dfd39
......@@ -7,7 +7,7 @@ logfile="$datadir/seek.regression"
reffile="$1"
list=`ls data/a-* data/b-* | sort`
rm $logfile
rm -f $logfile
for i in $list ; do
echo ---------------- >>$logfile
echo $i >>$logfile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册