diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-05-14 10:17:51 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-05-14 10:17:51 -0500 |
commit | 7a8a136dffb723dac58d1161cfee173ac369be38 (patch) | |
tree | 6277beb5b671ea96e73d21f077482fe2a7f5c720 /stylesheets | |
parent | 8725caed0249a7f00cff153ca69ed2f5168de6ce (diff) |
Tweak mail address for missing patches
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/patcheslist.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index d562ee2d7..d86d1814d 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -38,7 +38,7 @@ umask 002 

</xsl:text> <xsl:text>
chgrp lfswww *.patch &&
</xsl:text> <xsl:text> if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then - mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org < copyerrs + mail -s "Missing LFS patches" lfs-book@lists.linuxfromscratch.org < copyerrs fi

</xsl:text> <xsl:text>exit
</xsl:text> |