Commit 405d15067d7a63b20a7f5b656588ca7ee44bbc92
Exists in
master
and in
9 other branches
Merge branch 'clean_up_notification_emails' into 'master'
Clean up notification emails
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
release.sh
@@ -15,4 +15,4 @@ fi | @@ -15,4 +15,4 @@ fi | ||
15 | 15 | ||
16 | # We assume that email to the current system user will somehow reach the right | 16 | # We assume that email to the current system user will somehow reach the right |
17 | # human eyes | 17 | # human eyes |
18 | -tail ${build}.log | mail -s "${subject}" $(whoami) | 18 | +tail ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(whoami) |