mirror of
https://github.com/containers/skopeo.git
synced 2025-09-15 14:30:58 +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
|
||||
--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 )
|
||||
|
Reference in New Issue
Block a user