From 92bfae0e6bd53a7a0d6fe55e70a916d86cf26e8b Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 22 Apr 2022 13:38:42 -0700 Subject: [PATCH] Add -m to post.sh --- import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.sh b/import.sh index 08f352609fe8..a233cba9c9cc 100755 --- a/import.sh +++ b/import.sh @@ -84,7 +84,7 @@ if [ -z "$ECHO" ]; then test -s $TF.rm && xargs rm -f < $TF.rm $GIT add -A $GIT diff --staged | tee $SB/tmp/bmake-import.diff - { echo "$GIT tag -a vendor/NetBSD/bmake/$VERSION" + { echo "$GIT tag -a -m \"Tag bmake/$VERSION\" vendor/NetBSD/bmake/$VERSION" echo "echo \"When ready do: $GIT push --follow-tags\"" } > $SB/tmp/bmake-post.sh echo "After you commit, run $SB/tmp/bmake-post.sh"