diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-06-25 02:06:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-06-25 02:06:51 +0000 |
commit | f07de8de4fa58818a76ccf8a60e7b086a738b4a1 (patch) | |
tree | 5040cc277e87ec33487ddba809e85aea770f79b4 /Tools | |
parent | cb047323a7c701959589d54f9b87df9966eed779 (diff) | |
download | ports-f07de8de4fa58818a76ccf8a60e7b086a738b4a1.tar.gz ports-f07de8de4fa58818a76ccf8a60e7b086a738b4a1.zip |
Notes
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 "================================================" |