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
1 changed files with 5 additions and 0 deletions

View File

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