mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
9d8e2f4d84
commit
bb62d70bda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294369
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue