Skip to content

Commit

Permalink
Homogenized quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Sep 12, 2022
1 parent e0220d9 commit 999415b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkstage4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 999415b

Please sign in to comment.