Update of /cvsroot/monetdb/MonetDB5/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2166/MonetDB5/conf
Modified Files:
monetdb5-config.bat.in
Log Message:
keep Windows' "echo" from printing (non-quoted!) whitespace
Index: monetdb5-config.bat.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/conf/monetdb5-config.bat.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monetdb5-config.bat.in 3 Dec 2007 08:24:46 -0000 1.3
+++ monetdb5-config.bat.in 11 Dec 2007 16:25:30 -0000 1.4
@@ -34,26 +34,26 @@
:case
if "%1" == "" goto :EOF
if "%1" == "--help" goto usage
-if "%1" == "--version" echo %version% & 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" == "--exec-prefix" echo %exec_prefix% & goto shift
-if "%1" == "--bindir" echo %bindir% & goto shift
-if "%1" == "--libexecdir" echo %libexecdir% & goto shift
-if "%1" == "--datarootdir" echo %datarootdir% & goto shift
-if "%1" == "--datadir" echo %datadir% & goto shift
-if "%1" == "--sysconfdir" echo %sysconfdir% & goto shift
-if "%1" == "--localstatedir" echo %localstatedir% & goto shift
-if "%1" == "--libdir" echo %libdir% & goto shift
-if "%1" == "--infodir" echo %infodir% & goto shift
-if "%1" == "--mandir" echo %mandir% & goto shift
-if "%1" == "--includedir" echo %includedir% & goto shift
-if "%1" == "--pkgdatadir" echo %pkgdatadir% & goto shift
-if "%1" == "--pkglibdir" echo %pkglibdir% & goto shift
-if "%1" == "--pkgincludedir" echo %pkgincludedir% & goto shift
-if "%1" == "--modpath" echo %modpath% & goto shift
-if "%1" == "--internal" goto shift
+if "%1" == "--version" echo %version%& 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" == "--exec-prefix" echo %exec_prefix%& goto shift
+if "%1" == "--bindir" echo %bindir%& goto shift
+if "%1" == "--libexecdir" echo %libexecdir%& goto shift
+if "%1" == "--datarootdir" echo %datarootdir%& goto shift
+if "%1" == "--datadir" echo %datadir%& goto shift
+if "%1" == "--sysconfdir" echo %sysconfdir%& goto shift
+if "%1" == "--localstatedir" echo %localstatedir%& goto shift
+if "%1" == "--libdir" echo %libdir%& goto shift
+if "%1" == "--infodir" echo %infodir%& goto shift
+if "%1" == "--mandir" echo %mandir%& goto shift
+if "%1" == "--includedir" echo %includedir%& goto shift
+if "%1" == "--pkgdatadir" echo %pkgdatadir%& goto shift
+if "%1" == "--pkglibdir" echo %pkglibdir%& goto shift
+if "%1" == "--pkgincludedir" echo %pkgincludedir%& goto shift
+if "%1" == "--modpath" echo %modpath%& 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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins