[GRASS-SVN] r57652 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 13 08:19:34 PDT 2013


Author: martinl
Date: 2013-09-13 08:19:31 -0700 (Fri, 13 Sep 2013)
New Revision: 57652

Modified:
   grass/trunk/mswindows/env.bat
Log:
wingrass (standalone): use bash instead of cmd (workaround for missing completion and python's MAX_REPEAT problem)

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2013-09-13 10:11:25 UTC (rev 57651)
+++ grass/trunk/mswindows/env.bat	2013-09-13 15:19:31 UTC (rev 57652)
@@ -2,6 +2,8 @@
 rem Environmental variables for GRASS stand-alone installer
 rem
 
+set GRASS_SH=%GISBASE%\msys\bin\sh.exe
+
 set GRASS_HTML_BROWSER=explorer
 
 set GRASS_PYTHON=%GISBASE%\extrabin\python.exe



More information about the grass-commit mailing list