#!/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" exit 0