]> git.ozlabs.org Git - next-scripts/blobdiff - build_warn
update to_build_host a bit
[next-scripts] / build_warn
index 68834770dcebc69e18b68c116d3e47ca20c63c6e..67a430b5cebe3867d8edb5739ec7e635205a454e 100755 (executable)
@@ -2,8 +2,14 @@
 
 subject="build warning after merge of the BRANCH tree"
 
-$(dirname $0)/message_helper "$@" "$subject" <<EOF
+tools_dir=$(dirname "$0")
+"$tools_dir"/message_helper "$@" "$subject" <<EOF
 After merging the BRANCH tree, today's linux-next build (KCONFIG_NAME) produced this warning:
+
+
+Introduced by commit
+
+   ("")
 EOF
 
 exit 0