[GRASS-SVN] r61976 - in grass/branches/releasebranch_7_0: . mswindows/osgeo4w

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


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

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl
Log:
winGRASS: use cmd instead of sh
          (merge r61975 from trunk)



Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:60289,60696,61269,61380,61420,61422,61480,61500,61764,61808,61829,61831,61851-61852,61854,61858,61888,61891,61905,61907,61913-61914,61916,61918,61921,61938,61967-61968
   + /grass/trunk:60289,60696,61269,61380,61420,61422,61480,61500,61764,61808,61829,61831,61851-61852,61854,61858,61888,61891,61905,61907,61913-61914,61916,61918,61921,61938,61967-61968,61975

Modified: grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl	2014-09-15 08:43:36 UTC (rev 61975)
+++ grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl	2014-09-15 08:44:36 UTC (rev 61976)
@@ -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