about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-04 17:13:47 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-04 17:13:47 -0800
commit1b85020c2023aaba51b747945f578fe5997b7410 (patch)
tree740fbe31adbbbd0634cc4409c52e922de0c682ea
parentAdd App::perlbrew and Dist::Zilla as dependencies (diff)
downloadjitterbug-1b85020c2023aaba51b747945f578fe5997b7410.tar.gz
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.
-rwxr-xr-xscripts/build-failed.sh2
1 files changed, 1 insertions, 1 deletions
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