]> git.ozlabs.org Git - next-scripts/blobdiff - build_msg
update to_build_host a bit
[next-scripts] / build_msg
index f56db1033d903fae7bdb01cc95d09d5a0939d7b2..5ba2bbb83f9ad6b73c542e499d1c7f7b60a2d5a2 100755 (executable)
--- a/build_msg
+++ b/build_msg
@@ -2,9 +2,14 @@
 
 subject="build failure after merge of the BRANCH tree"
 
-$(dirname $0)/message_helper "$@" "$subject" <<EOF
-After merging the BRANCH tree, today's linux-next build (KCONFIG_NAME)
-failed like this:
+tools_dir=$(dirname "$0")
+"$tools_dir"/message_helper "$@" "$subject" <<EOF
+After merging the BRANCH tree, today's linux-next build (KCONFIG_NAME) failed like this:
+
+
+Caused by commit
+
+   ("")
 EOF
 
 exit 0