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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 14 11:54:37 EDT 2010


Author: martinl
Date: 2010-10-14 08:54:37 -0700 (Thu, 14 Oct 2010)
New Revision: 43916

Modified:
   grass/branches/releasebranch_6_4/lib/init/init.sh
Log:
fix init.sh after major wxGUI backport


Modified: grass/branches/releasebranch_6_4/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.sh	2010-10-14 15:51:04 UTC (rev 43915)
+++ grass/branches/releasebranch_6_4/lib/init/init.sh	2010-10-14 15:54:37 UTC (rev 43916)
@@ -828,7 +828,7 @@
 	"$GISBASE/scripts/d.m"
 	;;
     wxpython)
-        "$GISBASE/etc/wxpython/scripts/wxgui"
+        "$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &
 	;;
 
     # Ignore others



More information about the grass-commit mailing list