]> git.ozlabs.org Git - next-scripts/blob - build_warn
split messag_helper out
[next-scripts] / build_warn
1 #!/bin/bash
2
3 subject="build warning after merge of the BRANCH tree"
4 body="After merging the BRANCH tree, today's linux-next build ()%0A\
5 produced this warning:"
6
7 $(dirname $0)/message_helper "$@" "$subject" "$body"
8
9 exit 0