1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-05-25 13:22:01 +00:00
parent 5e2dfd3906
commit f1f836fd3b

View File

@ -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