[GRASS-SVN] r47869 - grass/branches/releasebranch_6_4/mswindows

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


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

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

Modified: grass/branches/releasebranch_6_4/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/env.bat	2011-08-24 12:25:23 UTC (rev 47868)
+++ grass/branches/releasebranch_6_4/mswindows/env.bat	2011-08-24 20:54:04 UTC (rev 47869)
@@ -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