summaryrefslogtreecommitdiff
path: root/completions/_hwclock
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_hwclock')
-rw-r--r--completions/_hwclock2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/_hwclock b/completions/_hwclock
index 2d190283..86a29346 100644
--- a/completions/_hwclock
+++ b/completions/_hwclock
@@ -19,7 +19,7 @@ _hwclock()
esac
COMPREPLY=(
- $( PATH="$PATH:/sbin" compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
+ $(PATH="$PATH:/sbin" compgen -W '$(_parse_help "$1")' -- "$cur") )
} &&
complete -F _hwclock hwclock