about summary refs log tree commit diff
diff options
context:
space:
mode:
-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