From bb7411bd7ca0ec052f70f7b18d0bf56620382ed5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 29 Apr 2020 14:13:54 +0000 Subject: [PATCH] build.sh: Encode email in UTF-8 We can have special characters in people's names Signed-off-by: Michael Tremer --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 44a9d21..81b54cd 100755 --- a/build.sh +++ b/build.sh @@ -78,8 +78,8 @@ To: Nightly Builds List Subject: [${status^^}] Nightly Build of ${branch} (${commit:0:7}) for ${target} on ${HOSTNAME} Date: $(date --rfc-2822) MIME-Version: 1.0 -Content-Type: text/plain; charset="us-ascii" -Content-Transfer-Encoding: 7bit +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit https://nightly.ipfire.org$(uriencode "${build:${#UPLOAD_DIR}}") -- 2.47.3