mirror of https://git.ffmpeg.org/ffmpeg.git
diff -w
Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5cce4dd761
commit
d9d7653e39
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue