aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Nochlin <hundredwatt@users.noreply.github.com>2024-01-10 07:23:02 -0700
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-10 15:26:19 +0100
commit6ee7f2d0b038346e5ab115536b11917b8aafc03c (patch)
treee645e57e31b358cc8f3a9b42f4af77afe0f92f98
parent08d99c38e5b8c258fbd0894ddcec00d15a20da7f (diff)
remove debug line
-rwxr-xr-xevaluate2.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/evaluate2.sh b/evaluate2.sh
index e8c928c..84c8e52 100755
--- a/evaluate2.sh
+++ b/evaluate2.sh
@@ -82,7 +82,6 @@ for fork in "$@"; do
done || true # grep returns exit code 1 when no match, `|| true` prevents the script from exiting early
fi
done
-echo "SUCCESS"
## END - SDKMAN Setup
# Check if SMT is enabled (we want it disabled)