about summary refs log tree commit diff
path: root/Completion/Core/_complete
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_complete')
-rw-r--r--Completion/Core/_complete1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Core/_complete b/Completion/Core/_complete
index c8c7b3d96..06d212a46 100644
--- a/Completion/Core/_complete
+++ b/Completion/Core/_complete
@@ -39,6 +39,7 @@ fi
 
 # For arguments and command names we use the `_normal' function.
 
+ret=1
 if [[ "$compstate[context]" = command ]]; then
   curcontext="$oldcontext"
   _normal -s && ret=0