From 6396d71a8a9f0b755019cffac3da7f3280507bb9 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 12 Mar 2021 12:42:52 +0100 Subject: [PATCH] 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 --- scripts/quilt-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.47.2