[GRASS-SVN] r63679 - in grass/trunk/mswindows: . osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 22 12:20:23 PST 2014
Author: martinl
Date: 2014-12-22 12:20:23 -0800 (Mon, 22 Dec 2014)
New Revision: 63679
Modified:
grass/trunk/mswindows/env.bat
grass/trunk/mswindows/osgeo4w/env.bat.tmpl
Log:
wingrass: use cmd.exe as default prompt also for standalone installer
Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat 2014-12-22 19:05:46 UTC (rev 63678)
+++ grass/trunk/mswindows/env.bat 2014-12-22 20:20:23 UTC (rev 63679)
@@ -1,8 +1,10 @@
+REM
+REM Environmental variables for GRASS stand-alone installer
rem
-rem Environmental variables for GRASS stand-alone installer
-rem
-set GRASS_SH=%GISBASE%\msys\bin\sh.exe
+REM Default prompt: cmd.exe
+REM To enable bash prompt please uncomment the line bellow
+REM set GRASS_SH=%GISBASE%\msys\bin\sh.exe
set GRASS_HTML_BROWSER=explorer
Modified: grass/trunk/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/env.bat.tmpl 2014-12-22 19:05:46 UTC (rev 63678)
+++ grass/trunk/mswindows/osgeo4w/env.bat.tmpl 2014-12-22 20:20:23 UTC (rev 63679)
@@ -3,6 +3,8 @@
REM
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
+REM Default prompt: cmd.exe
+REM To enable bash prompt please uncomment the line bellow
REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
set GRASS_HTML_BROWSER=explorer
More information about the grass-commit
mailing list