[GRASS-SVN] r37641 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 31 05:47:05 EDT 2009
Author: hamish
Date: 2009-05-31 05:47:05 -0400 (Sun, 31 May 2009)
New Revision: 37641
Modified:
grass/branches/develbranch_6/lib/init/init.sh
Log:
fix broken test
Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh 2009-05-31 08:33:39 UTC (rev 37640)
+++ grass/branches/develbranch_6/lib/init/init.sh 2009-05-31 09:47:05 UTC (rev 37641)
@@ -306,7 +306,7 @@
export GRASS_PYTHON
# Set PYTHONPATH to find GRASS Python modules
-if [ ! "PYTHONPATH" ] ; then
+if [ ! "$PYTHONPATH" ] ; then
PYTHONPATH="$GISBASE/etc/python"
else
PYTHONPATH="$GISBASE/etc/python:$PYTHONPATH"
More information about the grass-commit
mailing list