From: Greg Kroah-Hartman Date: Fri, 25 Aug 2023 07:14:09 +0000 (+0200) Subject: scripts/mbox2send: fix up X- headers X-Git-Tag: v6.1.48~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=697a18dc7f44785710253fcc366706a60deddc0e;p=thirdparty%2Fkernel%2Fstable-queue.git scripts/mbox2send: fix up X- headers git changed it's output so the X- headers were not properly getting added to the individual patches. Fix that up. --- diff --git a/scripts/mbox2send b/scripts/mbox2send index 7cc902ed77a..35f5e36b853 100755 --- a/scripts/mbox2send +++ b/scripts/mbox2send @@ -93,8 +93,8 @@ while ($line = ) { # eat the line $eat = "true"; } - # strip out the Content-Disposition line - if ($line =~ m/Content-Disposition:/) { + # strip out the Content-Type line + if ($line =~ m/Content-Type:/) { # eat the line $eat = "true";