mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Homogenized quotation marks
This commit is contained in:
parent
e0220d9b61
commit
999415bda6
1 changed files with 2 additions and 2 deletions
|
@ -248,9 +248,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