Update of /cvsroot/mahogany/M/extra/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv14779/extra/scripts

Modified Files:
        makeMtgz 
Log Message:
fix for USE_BZIP2 not set

Index: makeMtgz
===================================================================
RCS file: /cvsroot/mahogany/M/extra/scripts/makeMtgz,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- makeMtgz    28 Jul 2003 22:59:58 -0000      1.5
+++ makeMtgz    29 Jul 2003 11:30:04 -0000      1.6
@@ -27,5 +27,5 @@
 
 # create tar.gz or tar.bz2?
-if test $USE_BZIP2 != ""; then
+if test "x$USE_BZIP2" != "x"; then
   GZIP=bzip2
   GZ=bz2



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to