[GRASS-SVN] r50561 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 30 09:12:28 EST 2012
Author: martinl
Date: 2012-01-30 06:12:28 -0800 (Mon, 30 Jan 2012)
New Revision: 50561
Modified:
grass/branches/develbranch_6/mswindows/env.bat
Log:
winGRASS: define missing GRASS_SH (required for bat-scripts)
Modified: grass/branches/develbranch_6/mswindows/env.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/env.bat 2012-01-30 14:10:48 UTC (rev 50560)
+++ grass/branches/develbranch_6/mswindows/env.bat 2012-01-30 14:12:28 UTC (rev 50561)
@@ -4,6 +4,7 @@
set GRASS_PYTHON=python
set GRASS_PROJSHARE=%GISBASE%\proj
set GRASS_HTML_BROWSER=explorer
+set GRASS_SH=%GISBASE%\msys\bin\sh.exe
set PYTHONHOME=%GISBASE%\Python27
set GDAL_DATA=%GISBASE%\share\gdal
More information about the grass-commit
mailing list