]> git.ozlabs.org Git - next-scripts/blob - bad_fixes
add check_fixes script
[next-scripts] / bad_fixes
1 #!/bin/bash
2
3 subject="Fixes tag needs some work in the BRANCH tree"
4
5 tools_dir=$(dirname "$0")
6 "$tools_dir"/message_helper "$@" "$subject" <<EOF
7 Commit
8
9 EOF
10
11 exit 0