]> git.ozlabs.org Git - next-scripts/blob - no_sig
update to_build_host a bit
[next-scripts] / no_sig
1 #!/bin/bash
2
3 subject="Signed-off-by missing for commit in the BRANCH tree"
4
5 tools_dir=$(dirname "$0")
6 "$tools_dir"/message_helper "$@" "$subject" </dev/null
7
8 exit 0