svn commit: samba r23868 - in branches/SAMBA_3_0_25/source/script: .

herb at samba.org herb at samba.org
Fri Jul 13 22:05:06 GMT 2007


Author: herb
Date: 2007-07-13 22:05:05 +0000 (Fri, 13 Jul 2007)
New Revision: 23868

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23868

Log:
missing quotes

Modified:
   branches/SAMBA_3_0_25/source/script/mkversion.sh


Changeset:
Modified: branches/SAMBA_3_0_25/source/script/mkversion.sh
===================================================================
--- branches/SAMBA_3_0_25/source/script/mkversion.sh	2007-07-13 16:27:16 UTC (rev 23867)
+++ branches/SAMBA_3_0_25/source/script/mkversion.sh	2007-07-13 22:05:05 UTC (rev 23868)
@@ -104,7 +104,7 @@
 if test -n "${SAMBA_VERSION_VENDOR_SUFFIX}";then
     echo -n "$0: with VENDOR_SUFFIX = \""
     echo -n ${SAMBA_VERSION_VENDOR_SUFFIX} | sed 's/"//g'
-    if test -n ${SAMBA_VENDOR_PATCH}; then
+    if test -n "${SAMBA_VENDOR_PATCH}"; then
        echo -n "-${SAMBA_VENDOR_PATCH}"
    fi
    echo "\""



More information about the samba-cvs mailing list