summaryrefslogtreecommitdiff
path: root/completions/munindoc
diff options
context:
space:
mode:
Diffstat (limited to 'completions/munindoc')
-rw-r--r--completions/munindoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/munindoc b/completions/munindoc
index f603d87b..a08399ba 100644
--- a/completions/munindoc
+++ b/completions/munindoc
@@ -5,8 +5,8 @@ _munindoc()
local cur prev words cword
_init_completion || return
- COMPREPLY=( $( compgen -W \
- '$( command ls /usr/share/munin/plugins 2>/dev/null )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W \
+ '$(command ls /usr/share/munin/plugins 2>/dev/null)' -- "$cur") )
} &&
complete -F _munindoc munindoc