* contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109)
This commit is contained in:
parent
eb5e62dec1
commit
4b289de690
1
CHANGES
1
CHANGES
@ -6,6 +6,7 @@ bash-completion (2.x)
|
|||||||
Müller <raimue@codingfarm.de> (bash-completion MacPorts maintainer)
|
Müller <raimue@codingfarm.de> (bash-completion MacPorts maintainer)
|
||||||
* Fixed "freq" and "rate" completion for iwconfig
|
* Fixed "freq" and "rate" completion for iwconfig
|
||||||
* contrib/munin-node fixed (Debian: #550943)
|
* contrib/munin-node fixed (Debian: #550943)
|
||||||
|
* contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109)
|
||||||
|
|
||||||
[ Ville Skyttä ]
|
[ Ville Skyttä ]
|
||||||
* Create bz2 dist tarball too.
|
* Create bz2 dist tarball too.
|
||||||
|
@ -40,7 +40,7 @@ _dpkg()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$prev" in
|
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'
|
_filedir '?(u)deb'
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user