Commit 405d15067d7a63b20a7f5b656588ca7ee44bbc92

Authored by Jacob Vosmaer
2 parents beef3138 eb90f499

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
@@ -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)