From 699664de7cce20e411515c2bc3dd075393328756 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 12 Jul 2021 20:45:58 +0200 Subject: [PATCH] scripts/quilt-mail: use -M instead of -m Turns out that too big of logs overflow bash, so use -M to get the mail message. Signed-off-by: Greg Kroah-Hartman --- scripts/quilt-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 4fe8cb1f810..6c7abeab07a 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -127,7 +127,7 @@ CC="stable@vger.kernel.org" SUBJECT="${FULL_VERSION} review" quilt mail --mbox ${TMP_DIR}/${MBOX} \ - -m "$(cat ${TMPFILE})" \ + -M "${TMPFILE}" \ --sender "${FROM}" \ --from "${FROM}" \ --to "${TO}" \ -- 2.47.2