changeset 17681:31c020702547

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.
author Sylvain Beucler <beuc@beuc.net>
date Tue, 27 May 2014 22:25:59 +0200
parents 0d94a18a81f9
children 68b0a0f80871
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 27 22:21:55 2014 +0200
+++ b/ChangeLog	Tue May 27 22:25:59 2014 +0200
@@ -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
--- a/gnulib-tool	Tue May 27 22:21:55 2014 +0200
+++ b/gnulib-tool	Tue May 27 22:25:59 2014 +0200
@@ -5031,7 +5031,7 @@
             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
           }
       )