[GRASS-SVN] r56928 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 25 19:03:27 PDT 2013


Author: hamish
Date: 2013-06-25 19:03:27 -0700 (Tue, 25 Jun 2013)
New Revision: 56928

Modified:
   grass/trunk/mswindows/osgeo4w/grass.bat.tmpl
Log:
GRASS_PYTHON needs to be quoted as path may contain a space

Modified: grass/trunk/mswindows/osgeo4w/grass.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/grass.bat.tmpl	2013-06-26 02:00:13 UTC (rev 56927)
+++ grass/trunk/mswindows/osgeo4w/grass.bat.tmpl	2013-06-26 02:03:27 UTC (rev 56928)
@@ -2,4 +2,4 @@
 SET OSGEO4W_ROOT=@osgeo4w@
 call %OSGEO4W_ROOT%\bin\o4w_env.bat
 call %OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\etc\env.bat
-%GRASS_PYTHON% %GISBASE%\etc\grass at POSTFIX@.py %*
+"%GRASS_PYTHON%" "%GISBASE%\etc\grass at POSTFIX@.py" %*



More information about the grass-commit mailing list