[GRASS-SVN] r31705 - grass/trunk/scripts/r.out.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 13 09:48:50 EDT 2008


Author: martinl
Date: 2008-06-13 09:48:50 -0400 (Fri, 13 Jun 2008)
New Revision: 31705

Modified:
   grass/trunk/scripts/r.out.xyz/r.out.xyz
Log:
r.out.xyz: print progress info (GRASS_VERBOSE=1) [merge from devbr6, r31704]


Modified: grass/trunk/scripts/r.out.xyz/r.out.xyz
===================================================================
--- grass/trunk/scripts/r.out.xyz/r.out.xyz	2008-06-13 13:47:16 UTC (rev 31704)
+++ grass/trunk/scripts/r.out.xyz/r.out.xyz	2008-06-13 13:48:50 UTC (rev 31705)
@@ -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