From afb32fdc4c54264b876525b249234d3708211509 Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:24:52 -0800 Subject: [PATCH] Update compile.sh --- compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.sh b/compile.sh index 4530ebd..8ef84fe 100755 --- a/compile.sh +++ b/compile.sh @@ -32,6 +32,7 @@ if [ $MAX_THREAD -lt 2 ]; then fi if [ $COMPILE_JOBS -lt 1 ]; then echo "COMPILE_JOBS must be greater than or equal to 1" && + exit 1 fi if ! [[ $MAX_MEMORY =~ ^[0-9]+([kmgt]b)?$ ]]; then echo "MAX_MEMORY valid suffixes are kb, mb, gb, tb, none (bytes)" &&