[GRASS-SVN] r68213 - grass/branches/releasebranch_7_0/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 5 05:09:47 PDT 2016


Author: martinl
Date: 2016-04-05 05:09:47 -0700 (Tue, 05 Apr 2016)
New Revision: 68213

Modified:
   grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl
Log:
wingrass: document GRASS_SH (how to switch from cmd to bash) (merge r68212 from trunk)

Modified: grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl	2016-04-05 12:03:00 UTC (rev 68212)
+++ grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl	2016-04-05 12:09:47 UTC (rev 68213)
@@ -4,6 +4,10 @@
 
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
 
+REM Uncomment if you want to use Bash instead of Cmd
+REM Note that msys package must be also installed
+REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
+
 set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
 set PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
 



More information about the grass-commit mailing list