diff options
-rwxr-xr-x | tools/git-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-notify b/tools/git-notify index 548f7da..265f37b 100755 --- a/tools/git-notify +++ b/tools/git-notify | |||
@@ -307,7 +307,7 @@ sub mail_notification($$$@) | |||
307 | } | 307 | } |
308 | binmode MAIL, ":utf8"; | 308 | binmode MAIL, ":utf8"; |
309 | print MAIL join("\n", @text), "\n"; | 309 | print MAIL join("\n", @text), "\n"; |
310 | close MAIL or die $! ? "Cannot execute $mailer: $!" : "$mailer exited with status: $?"; | 310 | close MAIL or warn $! ? "Cannot execute $mailer: $!" : "$mailer exited with status: $?"; |
311 | } | 311 | } |
312 | } | 312 | } |
313 | 313 | ||