[GRASS-SVN] r37206 - grass/branches/releasebranch_6_4/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 13 06:32:35 EDT 2009


Author: hamish
Date: 2009-05-13 06:32:35 -0400 (Wed, 13 May 2009)
New Revision: 37206

Modified:
   grass/branches/releasebranch_6_4/scripts/r.in.wms/r.in.wms
Log:
really be verbose (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/scripts/r.in.wms/r.in.wms
===================================================================
--- grass/branches/releasebranch_6_4/scripts/r.in.wms/r.in.wms	2009-05-13 10:31:00 UTC (rev 37205)
+++ grass/branches/releasebranch_6_4/scripts/r.in.wms/r.in.wms	2009-05-13 10:32:35 UTC (rev 37206)
@@ -247,7 +247,8 @@
 else
    g.message -w "The verbosity option is superseded. Use --verbose instead"
    if [ -n "$GRASS_VERBOSE" ] && [ "$GRASS_VERBOSE" -lt 2 ] ; then
-      GRASS_VERBOSE=2
+      GRASS_VERBOSE=3
+      export GRASS_VERBOSE
    fi
 fi
 



More information about the grass-commit mailing list