[GRASS-SVN] r47870 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 24 16:54:54 EDT 2011


Author: hellik
Date: 2011-08-24 13:54:54 -0700 (Wed, 24 Aug 2011)
New Revision: 47870

Modified:
   grass/branches/develbranch_6/mswindows/env.bat
Log:
attempt to fix ticket #1110

Modified: grass/branches/develbranch_6/mswindows/env.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/env.bat	2011-08-24 20:54:04 UTC (rev 47869)
+++ grass/branches/develbranch_6/mswindows/env.bat	2011-08-24 20:54:54 UTC (rev 47870)
@@ -9,10 +9,11 @@
 rem Path to the shell command
 set GRASS_SH=%GISBASE%\msys\bin\sh.exe
 
-rem Set Path to utilities (libraries and bynaries) used by GRASS
+rem Set Path to utilities (libraries and binaries) used by GRASS
 set PATH=%GISBASE%\msys\bin;%PATH%
 set PATH=%GISBASE%\extrabin;%GISBASE%\extralib;%PATH%
 set PATH=%GISBASE%\tcl-tk\bin;%GISBASE%\sqlite\bin;%GISBASE%\gpsbabel;%PATH%
+set PATH=%GISBASE%\bin;%GISBASE%\scripts;%PATH%
 
 rem Set Path to default web browser
 set GRASS_HTML_BROWSER=explorer



More information about the grass-commit mailing list