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