[GRASS-SVN] r37203 - grass/branches/develbranch_6/scripts/r.in.wms

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


Author: hamish
Date: 2009-05-13 06:21:12 -0400 (Wed, 13 May 2009)
New Revision: 37203

Modified:
   grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
Log:
export var after changing it

Modified: grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
===================================================================
--- grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms	2009-05-13 10:07:09 UTC (rev 37202)
+++ grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms	2009-05-13 10:21:12 UTC (rev 37203)
@@ -248,6 +248,7 @@
    g.message -w "The verbosity option is superseded. Use --verbose instead"
    if [ -n "$GRASS_VERBOSE" ] && [ "$GRASS_VERBOSE" -lt 2 ] ; then
       GRASS_VERBOSE=2
+      export GRASS_VERBOSE
    fi
 fi
 



More information about the grass-commit mailing list