diff options
author | Clint Adams <clint@users.sourceforge.net> | 2011-01-16 15:11:42 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2011-01-16 15:11:42 +0000 |
commit | 53da3d57252d68367ebcc7eec00d2db9256747f7 (patch) | |
tree | b29d504f23f4d4bf9d1d27a2a492519698bde90a /Completion/Unix | |
parent | 11075eff1b87507b2d5bd95210afeb47a91848e1 (diff) | |
download | zsh-53da3d57252d68367ebcc7eec00d2db9256747f7.tar.gz zsh-53da3d57252d68367ebcc7eec00d2db9256747f7.tar.xz zsh-53da3d57252d68367ebcc7eec00d2db9256747f7.zip |
unposted: fix typo in pattern
Diffstat (limited to 'Completion/Unix')
-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 96de499b8..ba0f301ea 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='#(i)psmisc' unix -V; then +if _pick_variant -c $words[1] psmisc='(#i)psmisc' unix -V; then (( $+functions[_fuser_services] )) || _fuser_services() { |