mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 03:24:25 +00:00
bash completion: double-quote to avoid re-splitting
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@@ -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 )
|
||||||
|
Reference in New Issue
Block a user