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