From f7655ed21d9e9f49ff9ec69141b23b2524689a74 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 12 Sep 2022 06:25:03 -0400 Subject: [PATCH] Single quotes to fix bug reported outside of issue tracker --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index d972469..95eb02b 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -250,7 +250,7 @@ TAR_OPTIONS=( --ignore-failed-read "--xattrs-include='*.*'" --numeric-owner - "--use-compress-prog=\"${COMP_OPTIONS[@]}\"" + "--use-compress-prog=\'${COMP_OPTIONS[@]}\'" ) # if not in quiet mode, this message will be displayed: