[GRASS-SVN] r35659 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 27 11:43:11 EST 2009


Author: neteler
Date: 2009-01-27 11:43:11 -0500 (Tue, 27 Jan 2009)
New Revision: 35659

Modified:
   grass/branches/releasebranch_6_4/lib/init/init.sh
Log:
make error msg more outstanding

Modified: grass/branches/releasebranch_6_4/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.sh	2009-01-27 16:42:57 UTC (rev 35658)
+++ grass/branches/releasebranch_6_4/lib/init/init.sh	2009-01-27 16:43:11 UTC (rev 35659)
@@ -789,7 +789,7 @@
    else
       # right file, but ...
       if [ ! -x "$GRASS_BATCH_JOB" ] ; then
-	 echo "Please change file permission to 'executable' for '$GRASS_BATCH_JOB'"
+	 echo "ERROR: change file permission to 'executable' for '$GRASS_BATCH_JOB'"
 	 cleanup_tmp
 	 exit 1
       else



More information about the grass-commit mailing list