1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 15:01:40 +02: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

@ -1,3 +1,7 @@
2011-01-16 Clint Adams <clint@zsh.org>
* unposted: Completion/Unix/Command/_fuser: fix typo in pattern
2011-01-13 Peter Stephenson <pws@csr.com>
* c.f. 28628: Doc/Zsh/func.yo: some extra notes on traps.
@ -14110,5 +14114,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5182 $
* $Revision: 1.5183 $
*****************************************************

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