From 1ab7c072d52b70bb48a5a75b38af51ea8a1ec887 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 12 Mar 2023 01:30:55 -0500 Subject: [PATCH] Less ambiguous array assignment --- mkstage4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkstage4.sh b/mkstage4.sh index 1109eb0..7f90584 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -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: