CVS: main version.sh,1.9,1.10
20 Sep
2002
20 Sep
'02
11:46 a.m.
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@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
8453
Age (days ago)
8453
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Beregszaszi