changeset 38821:dd770d793641

gnulib-tool.py: Fix typo in wget invocation.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Sep 2017 01:31:54 +0200
parents 01fb8042bde3
children 2ad6dfd4d29f
files pygnulib/GLImport.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/GLImport.py	Sat Sep 09 00:38:56 2017 +0200
+++ b/pygnulib/GLImport.py	Sat Sep 09 01:31:54 2017 +0200
@@ -1212,7 +1212,7 @@
                 if result:  # use rsync
                     args = ['rsync', '-Lrtz', '%sgulib/' % TP_RSYNC_URI, '.']
                 else:  # use wget
-                    args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', 'A.po',
+                    args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', '-A.po',
                             '%sgnulib' % TP_URL]
                 sp.call(args, shell=True)
             else:  # if self.config['dryrun']