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

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


Author: hellik
Date: 2011-08-24 13:55:34 -0700 (Wed, 24 Aug 2011)
New Revision: 47871

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

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2011-08-24 20:54:54 UTC (rev 47870)
+++ grass/trunk/mswindows/env.bat	2011-08-24 20:55:34 UTC (rev 47871)
@@ -6,10 +6,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