1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-03-26 22:08:57 +00:00
parent 5cce4dd761
commit d9d7653e39

View File

@ -12,6 +12,11 @@ else
diff_cmd="diff"
fi
diff -w $0 $0 > /dev/null 2>&1
if [ $? -eq 0 ]; then
diff_cmd="$diff_cmd -w"
fi
set -e
datadir="./data"