From 1b85020c2023aaba51b747945f578fe5997b7410 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 4 Jan 2011 17:13:47 -0800 Subject: Correct mail program invocation to work on Debian systems This could possibly break this for other systems that use --to, but Debian-based systems do not have the --to option. --- scripts/build-failed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-failed.sh b/scripts/build-failed.sh index bddf4d0..43463b3 100755 --- a/scripts/build-failed.sh +++ b/scripts/build-failed.sh @@ -8,4 +8,4 @@ Message: $MESSAGE $OUTPUT -" | mail -s "[jitterbug] BUILD FAILED $SHA" --to $COMMITER +" | mail -s "[jitterbug] BUILD FAILED $SHA" $COMMITER -- cgit 1.4.1