From cc9e3f657f4ef3e701e7f7d5d3b1bd2a78cf49ef Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 13 Sep 1999 11:32:06 +0000 Subject: zsh-workers/7800 --- Completion/Core/_normal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_normal') diff --git a/Completion/Core/_normal b/Completion/Core/_normal index e8b5fc146..085c738d2 100644 --- a/Completion/Core/_normal +++ b/Completion/Core/_normal @@ -30,7 +30,7 @@ else if zmodload -e parameter; then cmd2="$commands[$command]" else - cmd2=$(whence -p $command) + cmd2=$(whence -p - $command) fi fi -- cgit 1.4.1