[GRASS-SVN] r40985 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 13 21:42:33 EST 2010


Author: glynn
Date: 2010-02-13 21:42:31 -0500 (Sat, 13 Feb 2010)
New Revision: 40985

Modified:
   grass/trunk/lib/init/functions.sh
   grass/trunk/lib/init/init.sh
Log:
Fix bit-rot (bug #931)


Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh	2010-02-14 02:16:55 UTC (rev 40984)
+++ grass/trunk/lib/init/functions.sh	2010-02-14 02:42:31 UTC (rev 40985)
@@ -596,7 +596,7 @@
         
         # Check for gui interface
         wxpython)
-            "$GISBASE/etc/wxpython/scripts/wxgui"
+            "$GISBASE/etc/wxpython/wxgui.py"
             ;;
     
         # Ignore others

Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2010-02-14 02:16:55 UTC (rev 40984)
+++ grass/trunk/lib/init/init.sh	2010-02-14 02:42:31 UTC (rev 40985)
@@ -68,7 +68,7 @@
 # Set the config subdir
 if [ ! "$GRASS_CONFIG_DIR" ] ; then
 	GRASS_CONFIG_DIR=@GRASS_CONFIG_DIR@
-	export $GRASS_CONFIG_DIR
+	export GRASS_CONFIG_DIR
 fi
 
 # Set the global grassrc file



More information about the grass-commit mailing list