summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-23 11:11:26 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-23 11:33:03 +0200
commit3a3f47115d4700aa6a7975f79d381641d94d2ac3 (patch)
treea62023ccac4d3a990d50ba11322acf40314962ee
parentf0f487babdd4545ed312fad266890f55cd2e6b2d (diff)
downloadserenity-3a3f47115d4700aa6a7975f79d381641d94d2ac3.zip
Ports: Shorten the build message for skipped builds
The new message for skipping builds makes it hard to distinguish failed builds from builds that were just skipped so change it back to the old one - but don't actually build packages twice again.
-rwxr-xr-xPorts/build_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/build_all.sh b/Ports/build_all.sh
index 26770a3736..b6d8814822 100755
--- a/Ports/build_all.sh
+++ b/Ports/build_all.sh
@@ -40,7 +40,7 @@ for file in *; do
fi
done
if [ $port_built -eq 1 ]; then
- echo "Already built $port as a dependency."
+ echo "Built $port."
popd > /dev/null
continue
fi