[Mplayer-cvslog] CVS: main version.sh,1.9,1.10

Alex Beregszaszi alex at mplayerhq.hu
Fri Sep 20 17:46:27 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25749

Modified Files:
	version.sh 
Log Message:
Should be: if test  ; then - D Richard Felker III <dalias at aerifal.cx>

Index: version.sh
===================================================================
RCS file: /cvsroot/mplayer/main/version.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- version.sh	20 Sep 2002 12:50:04 -0000	1.9
+++ version.sh	20 Sep 2002 15:46:13 -0000	1.10
@@ -10,7 +10,7 @@
 fi
 
 extra=""
-if test $1 ; then
+if test "$1" ; then
  extra="-$1"
 fi
 echo "#define VERSION \"CVS-${last_cvs_update}${extra} \"" >version.h




More information about the MPlayer-cvslog mailing list