From ddc9d749013ac04d32b6fd3f9335fb646897a8a2 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 12 Oct 2021 18:35:14 -0400 Subject: [PATCH] Wrap use-compres-prog in quotation marks --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index 8ba8039..d972469 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: