]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: follow gnulib-tool changes, part 7
authorBruno Haible <bruno@clisp.org>
Fri, 8 Sep 2017 23:09:45 +0000 (01:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Sep 2017 14:28:59 +0000 (16:28 +0200)
Follow gnulib-tool change
2014-05-27  Sylvain Beucler  <beuc@beuc.net>
gnulib-tool: adjust translation wget to avoid a https redirection

pygnulib/GLImport.py

index 7522eae14d0bfb68f8fe0d8d43e696c8a00a3923..bb8b83995704675b92305cb4908c5e593a240bc7 100644 (file)
@@ -1212,7 +1212,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
                     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)