From 7a8a136dffb723dac58d1161cfee173ac369be38 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 14 May 2021 10:17:51 -0500 Subject: Tweak mail address for missing patches --- stylesheets/patcheslist.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 chgrp lfswww *.patch && 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 exit -- cgit v1.2.3-54-g00ecf