[GRASS-SVN] r37238 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 14 23:07:37 EDT 2009


Author: hamish
Date: 2009-05-14 23:07:37 -0400 (Thu, 14 May 2009)
New Revision: 37238

Modified:
   grass/branches/develbranch_6/lib/init/grass-run.src
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/lib/init/grass-run.src
===================================================================
--- grass/branches/develbranch_6/lib/init/grass-run.src	2009-05-15 02:55:11 UTC (rev 37237)
+++ grass/branches/develbranch_6/lib/init/grass-run.src	2009-05-15 03:07:37 UTC (rev 37238)
@@ -31,7 +31,7 @@
 EXIT_VAL=$?
 if [ $EXIT_VAL -ne 0 ] ; then
    echo
-   echo "ERROR: $1 exited abnormally. Press <enter> to continue."
+   echo "ERROR: \"$1\" exited abnormally. Press <enter> to continue."
    read
 elif [ `g.gisenv get=DEBUG` -gt 0 ] ; then
    echo



More information about the grass-commit mailing list