]> git.ozlabs.org Git - next-scripts/blobdiff - build_warn
refactor mail composing
[next-scripts] / build_warn
index c4d5ed64d7570e5f0e850838aa64871c47ae6f22..17ab2aa45169590495ed60a36bddb044fa57aa8c 100755 (executable)
@@ -1,9 +1,10 @@
 #!/bin/bash
 
 subject="build warning after merge of the BRANCH tree"
-body="After merging the BRANCH tree, today's linux-next build ()%0A\
-produced this warning:"
 
-$(dirname $0)/message_helper "$@" "$subject" "$body"
+$(dirname $0)/message_helper "$@" "$subject" <<EOF
+After merging the BRANCH tree, today's linux-next build ()
+produced this warning:
+EOF
 
 exit 0