X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=build_msg;h=5ba2bbb83f9ad6b73c542e499d1c7f7b60a2d5a2;hb=HEAD;hp=f684d150331b6194f1951f44fcd59c0c1b8ef0b6;hpb=434a9861e22bd9218ff01e5b5efd60f6f54d2d13;p=next-scripts diff --git a/build_msg b/build_msg index f684d15..5ba2bbb 100755 --- a/build_msg +++ b/build_msg @@ -1,9 +1,15 @@ #!/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" +tools_dir=$(dirname "$0") +"$tools_dir"/message_helper "$@" "$subject" <