diff options
Diffstat (limited to 'shell-completion/bash/systemd-delta')
-rw-r--r-- | shell-completion/bash/systemd-delta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-delta b/shell-completion/bash/systemd-delta index 1a24dc0710..f94c128533 100644 --- a/shell-completion/bash/systemd-delta +++ b/shell-completion/bash/systemd-delta @@ -53,7 +53,7 @@ _systemd-delta() { return 0 fi - COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) + COMPREPLY=( $(compgen -W '${comps-}' -- "$cur") ) return 0 } |