Commit f1f836fd authored by Diego Biurrun's avatar 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment