[GRASS-SVN] r35930 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 19 03:09:03 EST 2009
Author: hamish
Date: 2009-02-19 03:09:03 -0500 (Thu, 19 Feb 2009)
New Revision: 35930
Modified:
grass/trunk/lib/init/functions.sh
Log:
shell variable typo
Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh 2009-02-19 07:46:42 UTC (rev 35929)
+++ grass/trunk/lib/init/functions.sh 2009-02-19 08:09:03 UTC (rev 35930)
@@ -132,7 +132,7 @@
fi
# 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