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

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


Author: neteler
Date: 2009-01-27 11:42:45 -0500 (Tue, 27 Jan 2009)
New Revision: 35657

Modified:
   grass/trunk/lib/init/functions.sh
Log:
make error msg more outstanding

Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh	2009-01-27 15:50:12 UTC (rev 35656)
+++ grass/trunk/lib/init/functions.sh	2009-01-27 16:42:45 UTC (rev 35657)
@@ -570,7 +570,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_tmpdir
              exit 1
           else



More information about the grass-commit mailing list