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: 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
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
}
)