From: Greg Kroah-Hartman Date: Fri, 12 Mar 2021 11:42:52 +0000 (+0100) Subject: scripts/quilt-mail: use the in-tree version of mbox2send X-Git-Tag: v4.4.262~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6396d71a8a9f0b755019cffac3da7f3280507bb9;p=thirdparty%2Fkernel%2Fstable-queue.git scripts/quilt-mail: use the in-tree version of mbox2send Don't depend on a random script on my local filesystem, use the in-tree one instead. Drove me crazy why changes to the in-tree one wasn't showing up in the output... Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 0c51ed85c59..4fe8cb1f810 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -140,7 +140,7 @@ rm ${TMPFILE} ${TMP_LOG} echo "mbox is now in ${TMP_DIR}/${MBOX}" cd ${TMP_DIR} -${STABLE_QUEUE}../mbox2send ${ROOT_VERSION} ${FULL_VERSION} ${MBOX} +${STABLE_QUEUE}/scripts/mbox2send ${ROOT_VERSION} ${FULL_VERSION} ${MBOX} #< ${MBOX}.new formail -ds sh -c 'cat > msg.$FILENO' splitmbox.py ${MBOX}.new .