about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-02-25 02:41:52 +0000
committerClint Adams <clint@users.sourceforge.net>2009-02-25 02:41:52 +0000
commit6ff8a9636549927b5d0423db61cb7056b1feeeb7 (patch)
tree93f8ec50c7bc9b95d16f54b333e708915cdc7066 /Completion/Debian
parent84864d5780bf666e63e7d2f6a584a58f3555b933 (diff)
downloadzsh-6ff8a9636549927b5d0423db61cb7056b1feeeb7.tar.gz
zsh-6ff8a9636549927b5d0423db61cb7056b1feeeb7.tar.xz
zsh-6ff8a9636549927b5d0423db61cb7056b1feeeb7.zip
26593: complete multiple files for lintian.
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_lintian2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian
index cbab06de9..478d77a63 100644
--- a/Completion/Debian/Command/_lintian
+++ b/Completion/Debian/Command/_lintian
@@ -38,7 +38,7 @@ case "$service" in
       '(-s --source)'{-s,--source}'[the following packages are source]' \
       '--udeb[the following packages are udebs]' \
       '(-p --packages-file)'{-p,--packages-file}'[process packages listed in file]:list:_files' \
-      ':package:_files -g "*.(changes|deb|dsc)"' && return 0
+      '*:package:_files -g "*.(changes|deb|dsc)"' && return 0
       ;;
 
    (lintian-info)