[GRASS-SVN] r35658 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 27 11:42:57 EST 2009
Author: neteler
Date: 2009-01-27 11:42:57 -0500 (Tue, 27 Jan 2009)
New Revision: 35658
Modified:
grass/branches/develbranch_6/lib/init/init.sh
Log:
make error msg more outstanding
Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh 2009-01-27 16:42:45 UTC (rev 35657)
+++ grass/branches/develbranch_6/lib/init/init.sh 2009-01-27 16:42:57 UTC (rev 35658)
@@ -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