From eb90f499dcba7306067c90a6bde8e3ad1a5be982 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 29 May 2014 15:24:17 +0200 Subject: [PATCH] Strip carriage returns from mail notifications --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 028adca..1521b65 100755 --- a/release.sh +++ b/release.sh @@ -15,4 +15,4 @@ fi # We assume that email to the current system user will somehow reach the right # human eyes -tail ${build}.log | mail -s "${subject}" $(whoami) +tail ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(whoami) -- libgit2 0.21.2