# HG changeset patch # User Bruno Haible # Date 1504912185 -7200 # Node ID 05401c7500422e909e4546b52ba8392cc1f2486c # Parent 820b89fbbf0193734a07e6c4c874c27bc2a62bc8 gnulib-tool.py: follow gnulib-tool changes, part 7 Follow gnulib-tool change 2014-05-27 Sylvain Beucler gnulib-tool: adjust translation wget to avoid a https redirection diff -r 820b89fbbf01 -r 05401c750042 pygnulib/GLImport.py --- a/pygnulib/GLImport.py Sat Sep 09 01:06:34 2017 +0200 +++ b/pygnulib/GLImport.py Sat Sep 09 01:09:45 2017 +0200 @@ -1212,7 +1212,7 @@ args = ['rsync', '-Lrtz', '%sgnulib/' % TP_RSYNC_URI, '.'] else: # use wget args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', '-A.po', - '%sgnulib' % TP_URL] + '%sgnulib/' % TP_URL] sp.call(args, shell=True) else: # if self.config['dryrun'] print('Fetch gnulib PO files from %s' % TP_URL)