mirror of
https://github.com/containers/skopeo.git
synced 2025-08-11 03:12:26 +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
|
--version -v
|
||||||
--help -h
|
--help -h
|
||||||
"
|
"
|
||||||
commands=$( ${COMP_WORDS[@]:0:$COMP_CWORD} --generate-bash-completion )
|
commands=$( "${COMP_WORDS[@]:0:$COMP_CWORD}" --generate-bash-completion )
|
||||||
|
|
||||||
case "$prev" in
|
case "$prev" in
|
||||||
$main_options_with_args_glob )
|
$main_options_with_args_glob )
|
||||||
|
Loading…
Reference in New Issue
Block a user