[GRASS-SVN] r31704 - grass/branches/develbranch_6/scripts/r.out.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 13 09:47:16 EDT 2008
Author: martinl
Date: 2008-06-13 09:47:16 -0400 (Fri, 13 Jun 2008)
New Revision: 31704
Modified:
grass/branches/develbranch_6/scripts/r.out.xyz/r.out.xyz
Log:
r.out.xyz: print progress info (GRASS_VERBOSE=1)
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-13 13:40:12 UTC (rev 31703)
+++ grass/branches/develbranch_6/scripts/r.out.xyz/r.out.xyz 2008-06-13 13:47:16 UTC (rev 31704)
@@ -43,7 +43,6 @@
#% required: no
#%end
-
# add a flag to include null values (! r.stats -n)?
if [ -z "$GISBASE" ] ; then
@@ -55,7 +54,7 @@
exec g.parser "$0" "$@"
fi
-GRASS_VERBOSE=0
+GRASS_VERBOSE=1 # print progress info
export GRASS_VERBOSE
# if no output filename, output to stdout
@@ -65,5 +64,4 @@
r.stats -1gn "$GIS_OPT_INPUT" fs="$GIS_OPT_FS" > "$GIS_OPT_OUTPUT"
fi
-
exit $?
More information about the grass-commit
mailing list