about summary refs log tree commit diff
path: root/Completion/Unix/Command/_chmod
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_chmod')
-rw-r--r--Completion/Unix/Command/_chmod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_chmod b/Completion/Unix/Command/_chmod
index 5d3cb2c78..48ce050e4 100644
--- a/Completion/Unix/Command/_chmod
+++ b/Completion/Unix/Command/_chmod
@@ -49,7 +49,7 @@ case "$state" in
       compset -P '*'
       _alternative -O suf \
 	'who:who:((u\:user g\:group a\:all o\:others))' \
-	'operators:operator:(+ - =)'
+	'operators:operator:(+ - =)' && ret=0
     fi
   ;;
   files)