[GRASS-SVN] r50744 - grass/branches/develbranch_6/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 9 12:46:19 EST 2012


Author: martinl
Date: 2012-02-09 09:46:19 -0800 (Thu, 09 Feb 2012)
New Revision: 50744

Modified:
   grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl
Log:
winGRASS: add msys/bin to PATH

Modified: grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl	2012-02-09 17:45:30 UTC (rev 50743)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl	2012-02-09 17:46:19 UTC (rev 50744)
@@ -13,4 +13,4 @@
 set PROJ_LIB=%OSGEO4W_ROOT%\proj
 set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
 
-set PATH=%GISBASE%\bin;%PATH%
+set PATH=%GISBASE%\bin;%OSGEO4W_ROOT%\apps\msys\bin;%PATH%



More information about the grass-commit mailing list