[GRASS-SVN] r41135 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 20 19:49:39 EST 2010
Author: cmbarton
Date: 2010-02-20 19:49:39 -0500 (Sat, 20 Feb 2010)
New Revision: 41135
Modified:
grass/trunk/lib/init/functions.sh
Log:
Needed to add a "&" so GUI won't run modally
Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh 2010-02-21 00:41:13 UTC (rev 41134)
+++ grass/trunk/lib/init/functions.sh 2010-02-21 00:49:39 UTC (rev 41135)
@@ -596,7 +596,7 @@
# Check for gui interface
wxpython)
- eval '"$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py"'
+ eval '"$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &'
# "$GISBASE/etc/wxpython/wxgui.py"
;;
More information about the grass-commit
mailing list