mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
* 20655: _deb_packages fix from Karl Chen.
This commit is contained in:
parent
52a5481b1a
commit
fd976e490b
2 changed files with 4 additions and 1 deletions
|
@ -86,7 +86,7 @@ _deb_packages () {
|
|||
zstyle ":completion:*:*:$service:*" cache-policy _debs_caching_policy
|
||||
fi
|
||||
|
||||
[[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail) ]] || {
|
||||
[[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail|available) ]] || {
|
||||
_message "unknown command: $command"
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue