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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 6 14:17:25 EST 2010


Author: martinl
Date: 2010-12-06 11:17:25 -0800 (Mon, 06 Dec 2010)
New Revision: 44545

Modified:
   grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
Log:
r.in.wms: wget be quiet 


Modified: grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
===================================================================
--- grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms	2010-12-06 19:14:14 UTC (rev 44544)
+++ grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms	2010-12-06 19:17:25 UTC (rev 44545)
@@ -335,8 +335,8 @@
 
 	if [ "$GIS_FLAG_G" -eq 0 ] ; then
 	    if [ "$USE_WGET" ] ; then
-		wget $GIS_OPT_WGETOPTIONS --post-data="${STRING}" \
-		  "$GIS_OPT_MAPSERVER" -O "$CAPABILITIES_FILE";
+		wget --quiet $GIS_OPT_WGETOPTIONS --post-data="${STRING}" \
+		  "$GIS_OPT_MAPSERVER" -O "$CAPABILITIES_FILE"
 		message 1 "wget $GIS_OPT_WGETOPTIONS --post-data=\"${STRING}\" \"$GIS_OPT_MAPSERVER\" -O \"$CAPABILITIES_FILE\";"
 	    else
 		curl $GIS_OPT_CURLOPTIONS -o "$CAPABILITIES_FILE" \



More information about the grass-commit mailing list