mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Wrap use-compres-prog in quotation marks
This commit is contained in:
parent
783e7ea52a
commit
ddc9d74901
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ TAR_OPTIONS=(
|
|||
--ignore-failed-read
|
||||
"--xattrs-include='*.*'"
|
||||
--numeric-owner
|
||||
"--use-compress-prog=${COMP_OPTIONS[@]}"
|
||||
"--use-compress-prog=\"${COMP_OPTIONS[@]}\""
|
||||
)
|
||||
|
||||
# if not in quiet mode, this message will be displayed:
|
||||
|
|
Loading…
Reference in a new issue