[GRASS-SVN] r43236 - in grass/branches/develbranch_6/macosx: app pkg/resources

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 09:44:41 EDT 2010


Author: kyngchaos
Date: 2010-08-24 13:44:41 +0000 (Tue, 24 Aug 2010)
New Revision: 43236

Modified:
   grass/branches/develbranch_6/macosx/app/grass.sh.in
   grass/branches/develbranch_6/macosx/pkg/resources/ReadMe.rtf
Log:
let init.sh set default gui if not set

Modified: grass/branches/develbranch_6/macosx/app/grass.sh.in
===================================================================
--- grass/branches/develbranch_6/macosx/app/grass.sh.in	2010-08-24 13:42:03 UTC (rev 43235)
+++ grass/branches/develbranch_6/macosx/app/grass.sh.in	2010-08-24 13:44:41 UTC (rev 43236)
@@ -252,8 +252,8 @@
 	if [ -f "$GRASSRC" ] ; then
 		GRASS_GUI=`awk '/GRASS_GUI/ {print $2}' "$GRASSRC"`
 	fi
-	if [ ! "$GRASS_GUI" ] ; then
-		GRASS_GUI="tcltk"
+	if [ -z "$GRASS_GUI" ] ; then
+		unset GRASS_GUI
 	fi
 fi
 if [ "$GRASS_GUI" = "text" ] && [ "$x11" = "tig" ] ; then

Modified: grass/branches/develbranch_6/macosx/pkg/resources/ReadMe.rtf
===================================================================
(Binary files differ)



More information about the grass-commit mailing list