diff options
author | asami <asami@FreeBSD.org> | 1999-06-25 10:06:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-06-25 10:06:51 +0800 |
commit | 120da06c574b7dd51cb14e7a5eedcca3cc88e54c (patch) | |
tree | d7b177df3f7eeaa9b792d605e9088868d558dc15 /Tools | |
parent | 5a63e63b76ec9169f10b3a6e76a41c941a4b2cc1 (diff) | |
download | freebsd-ports-gnome-120da06c574b7dd51cb14e7a5eedcca3cc88e54c.tar.gz freebsd-ports-gnome-120da06c574b7dd51cb14e7a5eedcca3cc88e54c.tar.zst freebsd-ports-gnome-120da06c574b7dd51cb14e7a5eedcca3cc88e54c.zip |
Plularity typo.
Diffstat (limited to 'Tools')
-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 "================================================" |