Options for downloading PO files were not in sync with their
build-aux/bootstrap counterpart. This commit adopt the same behavior for
these tools.
Signed-off-by: Mathieu Anquetin
---
gnulib-tool |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnulib-tool b/gnulib-tool
Current implementation only tries to rsync PO files when rsync is
installed on the host. In case of error, no files are downloaded even
if they are available. This leads to bootstrap problems for hosts
that lie behind a restrictive firewall.
This patch always tries to rsync by default, falling bac
These two patches change the behavior of gnulib-tool for downloading PO
files from the Translation Project. It synces it with what is being done
by the build-aux/bootstrap script (falling back to wget when rsync
isn't available and setting options)
Best regards,
Mathieu