summaryrefslogtreecommitdiff
path: root/completions/findutils
diff options
context:
space:
mode:
Diffstat (limited to 'completions/findutils')
-rw-r--r--completions/findutils3
1 files changed, 1 insertions, 2 deletions
diff --git a/completions/findutils b/completions/findutils
index 0eb53721..d6e06b11 100644
--- a/completions/findutils
+++ b/completions/findutils
@@ -24,8 +24,7 @@ _find()
-fstype)
_fstypes
[[ $OSTYPE == *bsd* ]] && \
- COMPREPLY=( "${COMPREPLY[@]}" \
- $( compgen -W 'local rdonly' -- "$cur" ) )
+ COMPREPLY+=( $( compgen -W 'local rdonly' -- "$cur" ) )
return 0
;;
-gid)