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