This commit is contained in:
Un1q32
2025-04-20 19:43:20 -04:00
parent e3634a05ad
commit c1303c3e6a

View File

@@ -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