[GRASS-SVN] r37510 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 26 10:03:20 EDT 2009
Author: hamish
Date: 2009-05-26 10:03:20 -0400 (Tue, 26 May 2009)
New Revision: 37510
Modified:
grass/branches/releasebranch_6_4/lib/init/grass-run.src
Log:
ead by itself is a bashism (debian bug# 530092; merge from devbr6)
Modified: grass/branches/releasebranch_6_4/lib/init/grass-run.src
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/grass-run.src 2009-05-26 14:00:33 UTC (rev 37509)
+++ grass/branches/releasebranch_6_4/lib/init/grass-run.src 2009-05-26 14:03:20 UTC (rev 37510)
@@ -35,11 +35,11 @@
if [ $EXIT_VAL -ne 0 ] ; then
echo
echo "ERROR: \"$1\" exited abnormally. Press <enter> to continue."
- read
+ read dummy_var
else
echo
echo "\"$1\" complete. Press <enter> to continue."
- read
+ read dummy_var
fi
exit $EXIT_VAL
More information about the grass-commit
mailing list