[GRASS-SVN] r40897 - grass/branches/develbranch_6/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 9 09:41:10 EST 2010


Author: hamish
Date: 2010-02-09 09:41:09 -0500 (Tue, 09 Feb 2010)
New Revision: 40897

Modified:
   grass/branches/develbranch_6/mswindows/osgeo4w/msys.bat
Log:
quote another path, comment out uneeded output (merge from trunk)

Modified: grass/branches/develbranch_6/mswindows/osgeo4w/msys.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/msys.bat	2010-02-09 14:37:48 UTC (rev 40896)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/msys.bat	2010-02-09 14:41:09 UTC (rev 40897)
@@ -40,12 +40,12 @@
 rem (WoW64 cmd prompt sets PROCESSOR_ARCHITECTURE to x86)
 if not "x%PROCESSOR_ARCHITECTURE%" == "xAMD64" goto _NotX64
 set COMSPEC=%WINDIR%\SysWOW64\cmd.exe
-%COMSPEC% /c %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
+"%COMSPEC%" /c %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
 goto EOF
 :_NotX64
 
 if NOT EXIST "%WD%msys-1.0.dll" set WD=%~dps0bin\
-echo %WD%
+rem echo %WD%
 
 rem if installed in a directory containing spaces prepare for a world of pain
 for /F %%i IN ('echo %WD%') DO @set PART1=%%i



More information about the grass-commit mailing list