[GRASS-SVN] r37239 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 14 23:38:55 EDT 2009
Author: hamish
Date: 2009-05-14 23:38:55 -0400 (Thu, 14 May 2009)
New Revision: 37239
Modified:
grass/branches/develbranch_6/lib/init/grass-run.src
Log:
attempt to fix #604
Modified: grass/branches/develbranch_6/lib/init/grass-run.src
===================================================================
--- grass/branches/develbranch_6/lib/init/grass-run.src 2009-05-15 03:07:37 UTC (rev 37238)
+++ grass/branches/develbranch_6/lib/init/grass-run.src 2009-05-15 03:38:55 UTC (rev 37239)
@@ -26,7 +26,7 @@
echo
# run command
-"$@"
+eval "$@"
EXIT_VAL=$?
if [ $EXIT_VAL -ne 0 ] ; then
More information about the grass-commit
mailing list