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