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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 12 00:31:09 EST 2008


Author: neteler
Date: 2008-02-12 00:31:08 -0500 (Tue, 12 Feb 2008)
New Revision: 30091

Modified:
   grass/trunk/lib/init/init.sh
Log:
say which invalid user interface was specified; removed $Id$ according to submit rules

Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2008-02-12 05:04:13 UTC (rev 30090)
+++ grass/trunk/lib/init/init.sh	2008-02-12 05:31:08 UTC (rev 30091)
@@ -1,8 +1,6 @@
 #!/bin/sh
 #############################################################################
 #
-# $Id$
-#
 # MODULE:   	GRASS Initialization
 # AUTHOR(S):	Original author unknown - probably CERL
 #               Andreas Lange - Germany - andreas.lange at rhein-main.de
@@ -130,7 +128,7 @@
 	    shift
 	    ;;
 	*)
-	    echo "ERROR: Invalid user interface specified."
+	    echo "ERROR: Invalid user interface <$i> specified."
 	    echo "Use the -help option to select a valid interface."
 	    exit 1
     esac



More information about the grass-commit mailing list