[GRASS-SVN] r41679 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 3 04:28:19 EDT 2010
Author: martinl
Date: 2010-04-03 04:28:18 -0400 (Sat, 03 Apr 2010)
New Revision: 41679
Modified:
grass/trunk/lib/init/functions.sh
Log:
fix typo
Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh 2010-04-03 08:27:40 UTC (rev 41678)
+++ grass/trunk/lib/init/functions.sh 2010-04-03 08:28:18 UTC (rev 41679)
@@ -593,7 +593,7 @@
case "$GRASS_GUI" in
wxpython)
- "$GRASS_PYTHON" "WXPYTHONGRASSBASE/wxgui.py" &
+ "$GRASS_PYTHON" "$WXPYTHONGRASSBASE/wxgui.py" &
;;
# Ignore others
*)
More information about the grass-commit
mailing list