diff options
author | erwin <erwin@FreeBSD.org> | 2012-04-08 17:00:23 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-04-08 17:00:23 +0800 |
commit | 94837043584a3c9ed0f1d33296cc651d937caa7e (patch) | |
tree | f514f2dabcb495f3467ce81eb406101b1453cb07 /Tools/scripts | |
parent | 72ff7fefdd77a53097564e48da7611cf06a38840 (diff) | |
download | freebsd-ports-gnome-94837043584a3c9ed0f1d33296cc651d937caa7e.tar.gz freebsd-ports-gnome-94837043584a3c9ed0f1d33296cc651d937caa7e.tar.zst freebsd-ports-gnome-94837043584a3c9ed0f1d33296cc651d937caa7e.zip |
Spell plural LATEST_LINKs with a lowercase s to avoid confusion
to the spelling of LATEST_LINK.
Submitted by: gerald
Feature safe: yes
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/check-latest-link | 2 |
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 |