From ab8033d61b26c3227b5b14a445ec4023c9fa68ef Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 13 Sep 2012 08:35:46 -0700 Subject: [PATCH] add Alan back to the quilt-mail script --- scripts/quilt-mail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 6b74cf84651..eeb16f9845b 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -61,7 +61,7 @@ cat diffstat FROM="Greg KH " TO="linux-kernel@vger.kernel.org, stable@vger.kernel.org" #CC="torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" -CC="" +CC="alan@lxorguk.ukuu.org.uk" SUBJECT="${BASE_VERSION}-stable review" quilt mail --mbox ${MBOX} \ @@ -77,7 +77,7 @@ rm ${TMPFILE} echo "mbox is now in ${MBOX}" echo "Add:" -echo "Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk" +echo "Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org" echo "to the first email." #q mail --mbox x -m "$(cat ../stable-queue/00)" --sender gregkh@lf.org --from gregkh@lf.org --to foo@foo --subject "This is the subject" -- 2.47.3