[GRASS-SVN] r53577 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 27 00:55:19 PDT 2012


Author: martinl
Date: 2012-10-27 00:55:18 -0700 (Sat, 27 Oct 2012)
New Revision: 53577

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
package.sh: use only defined variables


Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2012-10-27 07:43:25 UTC (rev 53576)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2012-10-27 07:55:18 UTC (rev 53577)
@@ -73,8 +73,8 @@
     GRASS_EXECUTABLE=grass${MAJOR}${MINOR}
 fi
 
-export GRASS_PYTHON="/c/OSGeo4W/bin/python.exe"
-export PYTHONHOME="/c/OSGeo4W/apps/Python27"
+export GRASS_PYTHON="$OSGEO4W_ROOT_MSYS/bin/python.exe"
+export PYTHONHOME="$OSGEO4W_ROOT_MSYS/apps/Python27"
 
 if [ -f mswindows/osgeo4w/package.log ]; then 
     i=0 



More information about the grass-commit mailing list