diff options
| author | David Paleino <dapal@debian.org> | 2013-11-04 17:58:57 +0100 |
|---|---|---|
| committer | David Paleino <dapal@debian.org> | 2013-11-04 17:58:57 +0100 |
| commit | 059a87a5936cfebfd2d71ab8057002cafb2ea051 (patch) | |
| tree | 7fafa4bb39a443ba4d49fccc852193adfea93564 /completions/hwclock | |
| parent | 30649a02707d24744853f84946f744fdcf7c2757 (diff) | |
| download | bash-completion-059a87a5936cfebfd2d71ab8057002cafb2ea051.tar.gz | |
Imported Upstream version 2.1upstream/2.1
Diffstat (limited to 'completions/hwclock')
| -rw-r--r-- | completions/hwclock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/hwclock b/completions/hwclock index e9d77aa2..9f8f9b15 100644 --- a/completions/hwclock +++ b/completions/hwclock @@ -11,12 +11,12 @@ _hwclock() ;; -f|--rtc|--adjfile) _filedir + return ;; esac - [[ $cur == -* ]] && \ - COMPREPLY=( $( PATH="$PATH:/sbin" - compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) + COMPREPLY=( + $( PATH="$PATH:/sbin" compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) } && complete -F _hwclock hwclock |
