diff options
author | Clint Adams <clint@users.sourceforge.net> | 2010-12-25 15:31:57 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2010-12-25 15:31:57 +0000 |
commit | 24622be01ce295932f7f77b688100d21b153399e (patch) | |
tree | 66568d79d185b9cbdb61aa01af6a88d1ccf1188e /Completion/Unix/Command/_fuser | |
parent | bc1a12f91e83488c8e46789bdaedf28090829a3a (diff) | |
download | zsh-24622be01ce295932f7f77b688100d21b153399e.tar.gz zsh-24622be01ce295932f7f77b688100d21b153399e.tar.xz zsh-24622be01ce295932f7f77b688100d21b153399e.zip |
28548: match psmisc in any case.
Diffstat (limited to 'Completion/Unix/Command/_fuser')
-rw-r--r-- | Completion/Unix/Command/_fuser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_fuser b/Completion/Unix/Command/_fuser index 6c291473f..96de499b8 100644 --- a/Completion/Unix/Command/_fuser +++ b/Completion/Unix/Command/_fuser @@ -3,7 +3,7 @@ local -a args arg1 typeset -A opt_args -if _pick_variant -c $words[1] psmisc=psmisc unix -V; then +if _pick_variant -c $words[1] psmisc='#(i)psmisc' unix -V; then (( $+functions[_fuser_services] )) || _fuser_services() { |