* contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109)

master
David Paleino 2009-10-23 16:43:07 +02:00
parent eb5e62dec1
commit 4b289de690
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ bash-completion (2.x)
Müller <raimue@codingfarm.de> (bash-completion MacPorts maintainer)
* Fixed "freq" and "rate" completion for iwconfig
* contrib/munin-node fixed (Debian: #550943)
* contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109)
[ Ville Skyttä ]
* Create bz2 dist tarball too.

View File

@ -40,7 +40,7 @@ _dpkg()
fi
case "$prev" in
-@(c|i|A|I|f|e|x|X|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract)))
-@(c|i|A|I|f|e|x|X|W|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract|show)))
_filedir '?(u)deb'
return 0
;;