summaryrefslogtreecommitdiff
path: root/completions/dselect
diff options
context:
space:
mode:
Diffstat (limited to 'completions/dselect')
-rw-r--r--completions/dselect7
1 files changed, 3 insertions, 4 deletions
diff --git a/completions/dselect b/completions/dselect
index ee3cb2a7..e5f148cb 100644
--- a/completions/dselect
+++ b/completions/dselect
@@ -8,11 +8,11 @@ _dselect()
case $prev in
--admindir)
_filedir -d
- return 0
+ return
;;
-D|-debug)
_filedir
- return 0
+ return
;;
esac
@@ -24,8 +24,7 @@ _dselect()
quit' -- "$cur" ) )
fi
- return 0
} &&
complete -F _dselect dselect
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh