mirror of
https://github.com/containers/skopeo.git
synced 2025-08-01 06:55:43 +00:00
bash completion: double-quote to avoid re-splitting
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
c61a5ea2c4
commit
86e3564356
@ -158,7 +158,7 @@ _skopeo_skopeo() {
|
||||
--version -v
|
||||
--help -h
|
||||
"
|
||||
commands=$( ${COMP_WORDS[@]:0:$COMP_CWORD} --generate-bash-completion )
|
||||
commands=$( "${COMP_WORDS[@]:0:$COMP_CWORD}" --generate-bash-completion )
|
||||
|
||||
case "$prev" in
|
||||
$main_options_with_args_glob )
|
||||
|
Loading…
Reference in New Issue
Block a user