mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Single quotes to fix bug reported outside of issue tracker
This commit is contained in:
parent
ddc9d74901
commit
f7655ed21d
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