[GRASS-SVN] r31715 - grass/branches/develbranch_6/scripts/r.out.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 15 05:37:41 EDT 2008


Author: hamish
Date: 2008-06-15 05:37:40 -0400 (Sun, 15 Jun 2008)
New Revision: 31715

Modified:
   grass/branches/develbranch_6/scripts/r.out.xyz/r.out.xyz
Log:
don't hardcode verbosity

Modified: grass/branches/develbranch_6/scripts/r.out.xyz/r.out.xyz
===================================================================
--- grass/branches/develbranch_6/scripts/r.out.xyz/r.out.xyz	2008-06-15 09:22:46 UTC (rev 31714)
+++ grass/branches/develbranch_6/scripts/r.out.xyz/r.out.xyz	2008-06-15 09:37:40 UTC (rev 31715)
@@ -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