Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-09-20 15:46:13 +00:00
parent b1ff2c5589
commit 10bdbae171
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ elif test `uname -s` = 'Darwin' ; then
fi
extra=""
if test $1 ; then
if test "$1" ; then
extra="-$1"
fi
echo "#define VERSION \"CVS-${last_cvs_update}${extra} \"" >version.h