summaryrefslogtreecommitdiff
path: root/completions/autoreconf
diff options
context:
space:
mode:
Diffstat (limited to 'completions/autoreconf')
-rw-r--r--completions/autoreconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/autoreconf b/completions/autoreconf
index c067cec1..cf983312 100644
--- a/completions/autoreconf
+++ b/completions/autoreconf
@@ -12,8 +12,8 @@ _autoreconf()
--warnings|-W)
local cats=( cross gnu obsolete override portability syntax \
unsupported )
- COMPREPLY=( $( compgen -W \
- '${cats[@]} ${cats[@]/#/no-} all none error' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W \
+ '${cats[@]} ${cats[@]/#/no-} all none error' -- "$cur") )
return
;;
--prepend-include|-B|--include|-I)
@@ -25,12 +25,12 @@ _autoreconf()
$split && return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi
- if [[ $1 == autoheader ]] ; then
+ if [[ $1 == *autoheader ]]; then
_filedir '@(ac|in)'
else
_filedir -d