From c1303c3e6a2ce00c5c6a2f25ba8aaef4eaa9d749 Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Sun, 20 Apr 2025 19:43:20 -0400 Subject: [PATCH] fix --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cb716e6..9557473 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,8 @@ for dep in wget $CLANG $STRIP; do if ! command -v "$dep" > /dev/null; then - error "Missing dependency: $dep" + printf "Error: Missing dependency: %s\n" "$dep" + exit 1 fi done