From 6a2c01e71faaecc078effc122d44075f2eb08eb9 Mon Sep 17 00:00:00 2001 From: sgschantz Date: Mon, 3 Feb 2025 10:19:46 +0700 Subject: [PATCH] chore(mac): suppress verbose bash script logging --- mac/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/build.sh b/mac/build.sh index 8f17ba868d..00e577a45d 100755 --- a/mac/build.sh +++ b/mac/build.sh @@ -109,7 +109,7 @@ execBuildCommand() { set +e local ret_code=0 eval "$cmnd" || ret_code=$? - set -ex + set -e printXCodeBuildScriptLogs