1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:37:44 +00:00

Ports: Tweak wording in build_all.sh error message

This commit is contained in:
Linus Groh 2021-02-14 16:41:28 +01:00 committed by Andreas Kling
parent 48fbf6a88d
commit a38f5aa026

View file

@ -21,7 +21,7 @@ for file in *; do
if $(./package.sh > /dev/null 2>&1 ); then if $(./package.sh > /dev/null 2>&1 ); then
echo "Built ${dirname}." echo "Built ${dirname}."
else else
echo "ERROR: Built ${dirname} not succesful!" echo "ERROR: Build of ${dirname} was not successful!"
some_failed=true some_failed=true
fi fi
popd > /dev/null popd > /dev/null