about summary refs log tree commit diff
path: root/Completion/Core/_normal
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-29 08:20:32 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-29 08:20:32 +0000
commita9d46be89d3470fb0630a84e66a9a6822da8bbce (patch)
tree9278ba679ebb9e540c457ba43c11bd965940e183 /Completion/Core/_normal
parent4bf681950b37f9b185e7d1628a07da90acdf9293 (diff)
downloadzsh-a9d46be89d3470fb0630a84e66a9a6822da8bbce.tar.gz
zsh-a9d46be89d3470fb0630a84e66a9a6822da8bbce.tar.xz
zsh-a9d46be89d3470fb0630a84e66a9a6822da8bbce.zip
try to return the right value (12119)
Diffstat (limited to 'Completion/Core/_normal')
-rw-r--r--Completion/Core/_normal1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Core/_normal b/Completion/Core/_normal
index e0375e077..54767f2f6 100644
--- a/Completion/Core/_normal
+++ b/Completion/Core/_normal
@@ -68,6 +68,7 @@ fi
 
 # Now look up the two names in the normal completion array.
 
+ret=1
 name="$cmd1"
 comp="$_comps[$cmd1]"