mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Ports: Tweak wording in build_all.sh error message
This commit is contained in:
parent
48fbf6a88d
commit
a38f5aa026
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue