aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-04-08 09:00:23 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-04-08 09:00:23 +0000
commitbb62d70bda538e6a131fe49b7eae5a2cbdcee8c2 (patch)
tree0d8e8bcab5799e90759288ce3b9a357c8440d8c8 /Tools
parent9d8e2f4d84c5ad36db81d3cebc12a238786a33ee (diff)
downloadports-bb62d70bda538e6a131fe49b7eae5a2cbdcee8c2.tar.gz
ports-bb62d70bda538e6a131fe49b7eae5a2cbdcee8c2.zip
Notes
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/check-latest-link2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/check-latest-link b/Tools/scripts/check-latest-link
index ef3ba8d81dac..b72141e926af 100644
--- a/Tools/scripts/check-latest-link
+++ b/Tools/scripts/check-latest-link
@@ -69,7 +69,7 @@ maint=$(awk '{print $2}' < .latest_full | sort -ui | tr '\n' ',')
if [ "${NOMAIL}" = "0" ]; then
for i in ${maint}; do
- mail -s "Ports with duplicate LATEST_LINKS" $i < .latest_mail
+ mail -s "Ports with duplicate LATEST_LINKs" $i < .latest_mail
done
else
cat .latest_mail