[GRASS-SVN] r39649 - grass-web/trunk/faq
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 30 16:08:09 EDT 2009
Author: neteler
Date: 2009-10-30 16:08:09 -0400 (Fri, 30 Oct 2009)
New Revision: 39649
Modified:
grass-web/trunk/faq/batch-grass6.sh
Log:
fix from Pavel Han?\196?\141ar
Modified: grass-web/trunk/faq/batch-grass6.sh
===================================================================
--- grass-web/trunk/faq/batch-grass6.sh 2009-10-30 13:25:01 UTC (rev 39648)
+++ grass-web/trunk/faq/batch-grass6.sh 2009-10-30 20:08:09 UTC (rev 39649)
@@ -75,7 +75,7 @@
# strip off the location and mapset,
shift 2
# then execute the command which remains:
- $*
+ echo "$*" | sh
fi
More information about the grass-commit
mailing list