[GRASS-SVN] r31716 - grass/trunk/scripts/r.out.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 15 05:40:43 EDT 2008
Author: hamish
Date: 2008-06-15 05:40:43 -0400 (Sun, 15 Jun 2008)
New Revision: 31716
Modified:
grass/trunk/scripts/r.out.xyz/r.out.xyz
Log:
don't hardcode verbosity (merge from devbr6)
Modified: grass/trunk/scripts/r.out.xyz/r.out.xyz
===================================================================
--- grass/trunk/scripts/r.out.xyz/r.out.xyz 2008-06-15 09:37:40 UTC (rev 31715)
+++ grass/trunk/scripts/r.out.xyz/r.out.xyz 2008-06-15 09:40:43 UTC (rev 31716)
@@ -54,9 +54,6 @@
exec g.parser "$0" "$@"
fi
-GRASS_VERBOSE=1 # print progress info
-export GRASS_VERBOSE
-
# if no output filename, output to stdout
if [ -z "$GIS_OPT_OUTPUT" ] || [ "$GIS_OPT_OUTPUT" = "-" ]; then
r.stats -1gn "$GIS_OPT_INPUT" fs="$GIS_OPT_FS"
More information about the grass-commit
mailing list