summaryrefslogtreecommitdiff
path: root/completions/kill
diff options
context:
space:
mode:
Diffstat (limited to 'completions/kill')
-rw-r--r--completions/kill2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/kill b/completions/kill
index ac179cd9..4cd5f911 100644
--- a/completions/kill
+++ b/completions/kill
@@ -18,7 +18,7 @@ _kill()
if [[ $cword -eq 1 && "$cur" == -* ]]; then
# return list of available signals
_signals -
- COMPREPLY+=( $( compgen -W "-s -l" -- "$cur" ) )
+ COMPREPLY+=( $(compgen -W "-s -l" -- "$cur") )
else
# return list of available PIDs
_pids