]> git.ozlabs.org Git - next-scripts/blob - build_warn
various tidy ups for the message production
[next-scripts] / build_warn
1 #!/bin/bash
2
3 subject="build warning after merge of the BRANCH tree"
4
5 $(dirname $0)/message_helper "$@" "$subject" <<EOF
6 After merging the BRANCH tree, today's linux-next build (KCONFIG_NAME) produced this warning:
7
8
9 Introduced by commit
10
11    ("")
12 EOF
13
14 exit 0