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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 5 05:03:00 PDT 2016


Author: martinl
Date: 2016-04-05 05:03:00 -0700 (Tue, 05 Apr 2016)
New Revision: 68212

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

Modified: grass/trunk/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2016-04-04 19:35:51 UTC (rev 68211)
+++ grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2016-04-05 12:03:00 UTC (rev 68212)
@@ -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