]> git.ozlabs.org Git - next-scripts/blob - build_warn
17ab2aa45169590495ed60a36bddb044fa57aa8c
[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 ()
7 produced this warning:
8 EOF
9
10 exit 0