From 999415bda6835fd374066914697ac67a677c26de Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 12 Sep 2022 12:29:48 -0400 Subject: [PATCH] Homogenized quotation marks --- mkstage4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkstage4.sh b/mkstage4.sh index 84aceab..ecab985 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -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: