summaryrefslogtreecommitdiff
path: root/completions/apache2ctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/apache2ctl')
-rw-r--r--completions/apache2ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/apache2ctl b/completions/apache2ctl
index 74789744..fe2a2d7b 100644
--- a/completions/apache2ctl
+++ b/completions/apache2ctl
@@ -9,7 +9,7 @@ _apache2ctl()
APWORDS=$($1 2>&1 >/dev/null | awk 'NR<2 { print $3; exit }' | \
tr "|" " ")
- COMPREPLY=( $( compgen -W "$APWORDS" -- "$cur" ) )
+ COMPREPLY=( $(compgen -W "$APWORDS" -- "$cur") )
} &&
complete -F _apache2ctl apache2ctl