From: Stephen Rothwell Date: Thu, 15 May 2014 23:41:01 +0000 (+1000) Subject: refactor mail composing X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=08dc40a362f4a279a036357d1ad4cd12469d3148;p=next-scripts refactor mail composing split out the actual mail sending command --- diff --git a/build_msg b/build_msg index f684d15..00268c1 100755 --- a/build_msg +++ b/build_msg @@ -1,9 +1,10 @@ #!/bin/bash subject="build failure after merge of the BRANCH tree" -body="After merging the BRANCH tree, today's linux-next build ()%0A\ -failed like this:" -$(dirname $0)/message_helper "$@" "$subject" "$body" +$(dirname $0)/message_helper "$@" "$subject" <