1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

unposted: fix typo in pattern

This commit is contained in:
Clint Adams 2011-01-16 15:11:42 +00:00
parent 11075eff1b
commit 53da3d5725
2 changed files with 6 additions and 2 deletions

View file

@ -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() {