[GRASS-SVN] r39211 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 14 19:33:24 EDT 2009
Author: kyngchaos
Date: 2009-09-14 19:33:23 -0400 (Mon, 14 Sep 2009)
New Revision: 39211
Modified:
grass/branches/develbranch_6/lib/init/init.sh
Log:
fix out of place export
Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh 2009-09-14 23:32:52 UTC (rev 39210)
+++ grass/branches/develbranch_6/lib/init/init.sh 2009-09-14 23:33:23 UTC (rev 39211)
@@ -306,8 +306,8 @@
else
GRASS_PYTHON=python
fi
+ export GRASS_PYTHON
fi
-export GRASS_PYTHON
# Set PYTHONPATH to find GRASS Python modules
if [ ! "$PYTHONPATH" ] ; then
More information about the grass-commit
mailing list