diff options
Diffstat (limited to 'Tools/portbuild/scripts/dopackages')
-rwxr-xr-x | Tools/portbuild/scripts/dopackages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/dopackages b/Tools/portbuild/scripts/dopackages index a0e94249c1d1..ef52665e1702 100755 --- a/Tools/portbuild/scripts/dopackages +++ b/Tools/portbuild/scripts/dopackages @@ -193,7 +193,7 @@ if [ "$nobuild" = 0 ]; then fi done if [ "x$new" != "x" ]; then - echo "The following ports didn't build the first time around: $new" + echo "The following port(s) didn't build the first time around: $new" fi cd ${PORTSDIR} echo "================================================" |