From f09e4f4f9bb8e18f11285e5e3c585166739d5d69 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sat, 3 Sep 2022 12:24:28 +0800 Subject: [PATCH] Minor Changes --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index ac628bf..848913f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -93,7 +93,7 @@ default(){ exit_with_message(){ echo "ERROR: $1" usage - abort + exit 1 } usage(){