From 4b343b500d334680a33f36b11736747e0529e12a Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:43:46 -0800 Subject: [PATCH] fetch-prebuilt.sh whitespace improvement --- Dependencies/fetch-prebuilt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dependencies/fetch-prebuilt.sh b/Dependencies/fetch-prebuilt.sh index b4cc34d4..0acbfae3 100644 --- a/Dependencies/fetch-prebuilt.sh +++ b/Dependencies/fetch-prebuilt.sh @@ -43,7 +43,9 @@ check_for_update() { # Allow for Xcode to check minimuxer and em_proxy separately by skipping the update check if the other one is specified as an argument if [[ "$1" != "em_proxy" ]]; then check_for_update minimuxer "$1" - echo + if [[ "$1" != "minimuxer" ]]; then + echo + fi fi if [[ "$1" != "minimuxer" ]]; then check_for_update em_proxy "$1"