Update of /cvsroot/monetdb/pathfinder/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2166/pathfinder/conf

Modified Files:
        monetdb-xquery-config.bat.in 
Log Message:

keep Windows' "echo" from printing (non-quoted!) whitespace


Index: monetdb-xquery-config.bat.in
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/conf/monetdb-xquery-config.bat.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monetdb-xquery-config.bat.in        3 Oct 2007 14:23:53 -0000       1.5
+++ monetdb-xquery-config.bat.in        11 Dec 2007 16:25:31 -0000      1.6
@@ -26,12 +26,12 @@
 :case
 if "%1" == ""                  goto :EOF
 if "%1" == "--help"            goto usage
-if "%1" == "--source"          echo %source%           & goto shift
-if "%1" == "--build"           echo %build%            & goto shift
-if "%1" == "--prefix"          echo %prefix%           & goto shift
-if "%1" == "--modpath4"                echo %modpath4%         & goto shift
-if "%1" == "--modpath5"                echo %modpath5%         & goto shift
-if "%1" == "--internal"                                          goto shift
+if "%1" == "--source"          echo %source%&          goto shift
+if "%1" == "--build"           echo %build%&           goto shift
+if "%1" == "--prefix"          echo %prefix%&          goto shift
+if "%1" == "--modpath4"                echo %modpath4%&        goto shift
+if "%1" == "--modpath5"                echo %modpath5%&        goto shift
+if "%1" == "--internal"                                        goto shift
 
 :usage
        echo.


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to