mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Less ambiguous array assignment
This commit is contained in:
parent
6288d1ae1e
commit
1ab7c072d5
1 changed files with 2 additions and 2 deletions
|
@ -249,9 +249,9 @@ fi
|
|||
TAR_OPTIONS=(
|
||||
-cpP
|
||||
--ignore-failed-read
|
||||
--xattrs-include="*.*"
|
||||
"--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