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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 12 08:19:06 EST 2008


Author: neteler
Date: 2008-02-12 08:19:06 -0500 (Tue, 12 Feb 2008)
New Revision: 30098

Modified:
   grass/trunk/lib/init/init.sh
Log:
reverted complete check for invalid UI (back to r30077)

Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2008-02-12 13:00:03 UTC (rev 30097)
+++ grass/trunk/lib/init/init.sh	2008-02-12 13:19:06 UTC (rev 30098)
@@ -127,6 +127,10 @@
 	    GRASS_GUI="wxpython"
 	    shift
 	    ;;
+	*)
+	    GRASS_GUI="text"
+	    shift
+	    ;;
     esac
 done
 



More information about the grass-commit mailing list