[GRASS-SVN] r30093 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 12 05:49:57 EST 2008
Author: martinl
Date: 2008-02-12 05:49:56 -0500 (Tue, 12 Feb 2008)
New Revision: 30093
Modified:
grass/trunk/lib/init/init.sh
Log:
Revert check for invalid UI, this check fails if path to mapset is given.
Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh 2008-02-12 10:05:34 UTC (rev 30092)
+++ grass/trunk/lib/init/init.sh 2008-02-12 10:49:56 UTC (rev 30093)
@@ -127,10 +127,6 @@
GRASS_GUI="wxpython"
shift
;;
- *)
- echo "ERROR: Invalid user interface <$i> specified."
- echo "Use the -help option to select a valid interface."
- exit 1
esac
done
More information about the grass-commit
mailing list