]> git.ozlabs.org Git - next-scripts/commitdiff
no_sig: the message body comes from the check_commits script
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Oct 2020 00:48:57 +0000 (11:48 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Oct 2020 00:48:57 +0000 (11:48 +1100)
no_sig

diff --git a/no_sig b/no_sig
index 491517e17a9827fc5786ea7368ee1a46c4ec80ff..f9ae5a9ef53cd10bbd66e6ce3b08d737096c65a4 100755 (executable)
--- a/no_sig
+++ b/no_sig
@@ -3,12 +3,6 @@
 subject="Signed-off-by missing for commit in the BRANCH tree"
 
 tools_dir=$(dirname "$0")
-"$tools_dir"/message_helper "$@" "$subject" <<EOF
-Commit
-
-   ("")
-
-is missing a Signed-off-by from its .
-EOF
+"$tools_dir"/message_helper "$@" "$subject" </dev/null
 
 exit 0