about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-13 11:32:06 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-13 11:32:06 +0000
commitcc9e3f657f4ef3e701e7f7d5d3b1bd2a78cf49ef (patch)
treeb2deafe238d75c629218b76dc372f960e14ba14b
parenta4ed24438b36698761634591bb2eb397260ca2c3 (diff)
downloadzsh-cc9e3f657f4ef3e701e7f7d5d3b1bd2a78cf49ef.tar.gz
zsh-cc9e3f657f4ef3e701e7f7d5d3b1bd2a78cf49ef.tar.xz
zsh-cc9e3f657f4ef3e701e7f7d5d3b1bd2a78cf49ef.zip
zsh-workers/7800
-rw-r--r--Completion/Core/_normal2
1 files changed, 1 insertions, 1 deletions
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