Commit 576c854b authored by michael's avatar michael

diff -w


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2936 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9cf51f38
......@@ -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"
......
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