From 9835e5c82022fd73190ddf8183439b9cbc7067c6 Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:16:55 -0800 Subject: [PATCH] Update compile.sh --- compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.sh b/compile.sh index 9ee3722..4530ebd 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" && +fi if ! [[ $MAX_MEMORY =~ ^[0-9]+([kmgt]b)?$ ]]; then echo "MAX_MEMORY valid suffixes are kb, mb, gb, tb, none (bytes)" && exit 1