]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool: wget translations using --no-verbose rather than --quiet
authorSylvain Beucler <beuc@beuc.net>
Tue, 27 May 2014 20:25:59 +0000 (22:25 +0200)
committerJim Meyering <meyering@fb.com>
Wed, 28 May 2014 14:38:28 +0000 (07:38 -0700)
This allows the user to see error messages if any (--quiet hides them)
* gnulib-tool: Invoke wget with --no-verbose, rather than --quiet.

ChangeLog
gnulib-tool

index a0dbedee6d137f279e8836fbebd0fb6a1843ca2e..d76591a2a1ca680b5fe3c9ec5a1ea3a52d027bb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-27  Sylvain Beucler  <beuc@beuc.net>.
+
+       gnulib-tool: wget translations using --no-verbose rather than --quiet
+       This allows the user to see error messages if any (--quiet hides them)
+       * gnulib-tool: Invoke wget with --no-verbose, rather than --quiet.
+
 2014-05-27  Sylvain Beucler  <beuc@beuc.net>
 
        gnulib-tool: adjust translation wget to avoid a https redirection
index b852749cc20bc0619b98bbae7705da4acd31f3f9..73539204b8157e2f147f62ee525979271752fcd4 100755 (executable)
@@ -5031,7 +5031,7 @@ s,//*$,/,'
             if type rsync 2>/dev/null | grep / > /dev/null; then
               rsync -Lrtz "${TP_RSYNC_URI}gnulib/" .
             else
-              wget --quiet -r -l1 -nd -np -A.po "${TP_URL}gnulib/"
+              wget --no-verbose -r -l1 -nd -np -A.po "${TP_URL}gnulib/"
             fi
           }
       )