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
echo "Built ${dirname}."
else
echo "ERROR: Built ${dirname} not succesful!"
echo "ERROR: Build of ${dirname} was not successful!"
some_failed=true
fi
popd > /dev/null