summaryrefslogtreecommitdiff
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
parent- Update to 2.12.6 (diff)
Spell plural LATEST_LINKs with a lowercase s to avoid confusion
to the spelling of LATEST_LINK. Submitted by: gerald Feature safe: yes
Notes
Notes: svn path=/head/; revision=294369
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