summaryrefslogtreecommitdiff
path: root/completions/update-rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'completions/update-rc.d')
-rw-r--r--completions/update-rc.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/update-rc.d b/completions/update-rc.d
index 3dbad2e5..9a16385a 100644
--- a/completions/update-rc.d
+++ b/completions/update-rc.d
@@ -53,7 +53,7 @@ _update_rc_d()
COMPREPLY=()
fi
elif [[ "$prev" == "." ]]; then
- COMPREPLY=( $(compgen -W "start stop" -- "$cur") )
+ COMPREPLY=( $( compgen -W "start stop" -- "$cur" ) )
else
COMPREPLY=()
fi