summaryrefslogtreecommitdiff
path: root/completions/aclocal
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
commit6d88f1055806932d9291f96847d2b691cccda2cd (patch)
tree0ff79eedaa8a239331256048981deedbd0721965 /completions/aclocal
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/aclocal')
-rw-r--r--completions/aclocal14
1 files changed, 7 insertions, 7 deletions
diff --git a/completions/aclocal b/completions/aclocal
index 2bbc3152..7a3d6467 100644
--- a/completions/aclocal
+++ b/completions/aclocal
@@ -7,29 +7,29 @@ _aclocal()
case "$prev" in
--help|--print-ac-dir|--version)
- return 0
+ return
;;
--acdir|-I)
_filedir -d
- return 0
+ return
;;
--output)
_filedir
- return 0
+ return
;;
--warnings|-W)
local cats=( syntax unsupported )
COMPREPLY=( $( compgen -W \
'${cats[@]} ${cats[@]/#/no-} all none error' -- "$cur" ) )
- return 0
+ return
;;
esac
- $split && return 0
+ $split && return
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
} &&
-complete -F _aclocal aclocal aclocal-1.11
+complete -F _aclocal aclocal aclocal-1.1{0..5}
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh