From a608e472b3e0bfa320a4b32b3ab86b521ca0b1a2 Mon Sep 17 00:00:00 2001 From: Craig Rose Date: Thu, 17 Feb 2022 11:27:10 +1000 Subject: [PATCH] Fix quote issue on BUILD_PLAIN_PROGRESS --- commands/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/build.sh b/commands/build.sh index 1adfb758..c7938b73 100755 --- a/commands/build.sh +++ b/commands/build.sh @@ -84,7 +84,7 @@ if [[ "$(plugin_read_config BUILD_PARALLEL "false")" == "true" ]] ; then fi if [[ "$(plugin_read_config BUILD_PLAIN_PROGRESS "true")" == "true" ]] ; then - build_params+=("--progress plain") + build_params+=(--progress plain) fi while read -r arg ; do