[GRASS-SVN] r38827 - grass/branches/develbranch_6/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 21 13:24:31 EDT 2009


Author: neteler
Date: 2009-08-21 13:24:31 -0400 (Fri, 21 Aug 2009)
New Revision: 38827

Modified:
   grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
silent wget

Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension	2009-08-21 17:24:15 UTC (rev 38826)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension	2009-08-21 17:24:31 UTC (rev 38827)
@@ -157,7 +157,7 @@
      cd "$TMPDIR"
      rm -f index.html
      if [ "$USE_WGET" ] ; then
-        wget -nv $SVNURL_ADDONS/$MODCLASS
+        wget --quiet -nv $SVNURL_ADDONS/$MODCLASS
      else
         curl -silent --location $SVNURL_ADDONS/$MODCLASS -o index.html
      fi



More information about the grass-commit mailing list