Skip to content

Commit

Permalink
Correct mail program invocation to work on Debian systems
Browse files Browse the repository at this point in the history
This could possibly break this for other systems that use --to, but
Debian-based systems do not have the --to option.
  • Loading branch information
leto committed Jan 5, 2011
1 parent a2cd440 commit 1b85020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-failed.sh
Expand Up @@ -8,4 +8,4 @@ Message:
$MESSAGE
$OUTPUT
" | mail -s "[jitterbug] BUILD FAILED $SHA" --to $COMMITER
" | mail -s "[jitterbug] BUILD FAILED $SHA" $COMMITER

0 comments on commit 1b85020

Please sign in to comment.