Spell plural LATEST_LINKs with a lowercase s to avoid confusion

to the spelling of LATEST_LINK.

Submitted by:	gerald
Feature safe: 	yes
This commit is contained in:
Erwin Lansing 2012-04-08 09:00:23 +00:00
parent 9d8e2f4d84
commit bb62d70bda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294369

View file

@ -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