[GRASS-SVN] r39210 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 14 19:32:53 EDT 2009


Author: kyngchaos
Date: 2009-09-14 19:32:52 -0400 (Mon, 14 Sep 2009)
New Revision: 39210

Modified:
   grass/branches/releasebranch_6_4/lib/init/init.sh
Log:
fix out of place export

Modified: grass/branches/releasebranch_6_4/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.sh	2009-09-14 23:31:22 UTC (rev 39209)
+++ grass/branches/releasebranch_6_4/lib/init/init.sh	2009-09-14 23:32:52 UTC (rev 39210)
@@ -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