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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 15 01:43:36 PDT 2014


Author: martinl
Date: 2014-09-15 01:43:36 -0700 (Mon, 15 Sep 2014)
New Revision: 61975

Modified:
   grass/trunk/mswindows/osgeo4w/env.bat.tmpl
Log:
winGRASS: use cmd instead of sh


Modified: grass/trunk/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2014-09-15 07:30:21 UTC (rev 61974)
+++ grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2014-09-15 08:43:36 UTC (rev 61975)
@@ -1,9 +1,9 @@
-rem
-rem Environmental variables for GRASS OSGeo4W installer
-rem
+REM
+REM Environmental variables for GRASS OSGeo4W installer
+REM
 
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
-set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
+REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
 
 set GRASS_HTML_BROWSER=explorer
 



More information about the grass-commit mailing list