Commit e73db718 authored by Diego Biurrun's avatar Diego Biurrun

Replace 'test' invocation by 'test -n', this should be safer.

Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ac63af34
......@@ -15,7 +15,7 @@ fi
# no version number found
test $revision || revision=UNKNOWN
test "$3" && revision=$revision-$3
test -n "$3" && revision=$revision-$3
NEW_REVISION="#define FFMPEG_VERSION \"$revision\""
OLD_REVISION=`cat version.h 2> /dev/null`
......
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