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