From 8dfe860133b5ab9b8e430463e15463ce5fea6c26 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Fri, 16 Jun 2023 22:18:08 -0400 Subject: [PATCH] Bash syntax fix --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index 7502f20..aa2d31c 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -255,7 +255,7 @@ TAR_OPTIONS=( --ignore-failed-read "--xattrs-include=*.*" --numeric-owner - --checkpoint=.500 + "--checkpoint=.500" "--use-compress-prog=${COMP_OPTIONS[*]}" )