From 54c500a3f8779dee553c4a46a753c0cd1baef09d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 2 Nov 1999 12:26:43 +0000 Subject: zsh-workers/8484 --- Completion/Core/compinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/compinit') diff --git a/Completion/Core/compinit b/Completion/Core/compinit index 9b245f45b..3569014c6 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -389,7 +389,7 @@ funcall() { shift - if builtin functions "$1" >& /dev/null; then + if (( $+functions[$1] )); then "$@" _ret="$?" [[ -n "$_name" ]] && eval "${_name}=${_ret}" -- cgit 1.4.1