[GRASS-SVN] r58663 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 10 02:23:03 PST 2014


Author: martinl
Date: 2014-01-10 02:23:03 -0800 (Fri, 10 Jan 2014)
New Revision: 58663

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
winGRASS: fix subversion path - installed in c:\Subversion

Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2014-01-10 10:22:42 UTC (rev 58662)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2014-01-10 10:23:03 UTC (rev 58663)
@@ -31,7 +31,7 @@
 export OSGEO4W_ROOT_MSYS="/c/OSGeo4W${OSGEO4W_ROOT_POSTFIX}"
 export OSGEO4W_ROOT="C:\\\OSGeo4W${OSGEO4W_ROOT_POSTFIX}"
 
-export PATH=.:/usr/local/bin:/bin:$OSGEO4W_ROOT_MSYS/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Subversion:$PWD/mswindows/osgeo4w
+export PATH=.:/usr/local/bin:/bin:$OSGEO4W_ROOT_MSYS/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Subversion/bin:$PWD/mswindows/osgeo4w
 
 T0=$(date +%s) 
 LT=$T0 



More information about the grass-commit mailing list