]> git.ozlabs.org Git - next-scripts/blobdiff - no_sig
update to_build_host a bit
[next-scripts] / 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