summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-06-25 02:06:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-06-25 02:06:51 +0000
commitf07de8de4fa58818a76ccf8a60e7b086a738b4a1 (patch)
tree5040cc277e87ec33487ddba809e85aea770f79b4 /Tools
parentUpgrade to 4.61. (diff)
Plularity typo.
Notes
Notes: svn path=/head/; revision=19755
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/dopackages2
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 "================================================"