summaryrefslogtreecommitdiff
path: root/pygnulib/GLImport.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-09 01:31:54 +0200
committerBruno Haible <bruno@clisp.org>2017-09-09 16:07:16 +0200
commit574e518a8adfbf53a0f84c3319b0fad5f57a5004 (patch)
treee12e02c27505a276fa3914347f803231c6222cfc /pygnulib/GLImport.py
parent6095a05f50dd0aeafefe2a1dfef3e819eeae04fd (diff)
downloadgnulib-574e518a8adfbf53a0f84c3319b0fad5f57a5004.tar.gz
gnulib-tool.py: Fix typo in wget invocation.
Diffstat (limited to 'pygnulib/GLImport.py')
-rw-r--r--pygnulib/GLImport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
index 0e85a9a50d..22e30306e1 100644
--- a/pygnulib/GLImport.py
+++ b/pygnulib/GLImport.py
@@ -1212,7 +1212,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
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']