]> git.ozlabs.org Git - next-scripts/blobdiff - bad_fixes
add check_fixes script
[next-scripts] / bad_fixes
diff --git a/bad_fixes b/bad_fixes
new file mode 100755 (executable)
index 0000000..7b3e263
--- /dev/null
+++ b/bad_fixes
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+subject="Fixes tag needs some work in the BRANCH tree"
+
+tools_dir=$(dirname "$0")
+"$tools_dir"/message_helper "$@" "$subject" <<EOF
+Commit
+
+EOF
+
+exit 0