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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 18 18:26:56 EDT 2009


Author: glynn
Date: 2009-05-18 18:26:55 -0400 (Mon, 18 May 2009)
New Revision: 37271

Modified:
   grass/branches/develbranch_6/lib/init/grass-run.src
Log:
Revert bogus "eval"


Modified: grass/branches/develbranch_6/lib/init/grass-run.src
===================================================================
--- grass/branches/develbranch_6/lib/init/grass-run.src	2009-05-18 21:05:06 UTC (rev 37270)
+++ grass/branches/develbranch_6/lib/init/grass-run.src	2009-05-18 22:26:55 UTC (rev 37271)
@@ -26,7 +26,7 @@
 echo
 
 # run command
-eval "$@"
+"$@"
 
 EXIT_VAL=$?
 if [ $EXIT_VAL -ne 0 ] ; then



More information about the grass-commit mailing list