]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
bad_stable: quote the git range
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2026 06:53:30 +0000 (12:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2026 06:53:51 +0000 (12:23 +0530)
Fixes up some bash globbing issues.

Reported-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/bad_stable

index 8c8b0cf139e8239032a05ef9036002b6703da1a0..7a1dee0f307711a988621fedc9f1d2218fd26fc9 100755 (executable)
@@ -158,7 +158,7 @@ reply()
                echo "git cherry-pick -x $git_id"
                echo "# <resolve conflicts, build, test, etc.>"
                echo "git commit -s"
-               echo "git send-email --to '$STABLE' --in-reply-to '$ID' --subject-prefix 'PATCH $STABLE_VERSION.y' HEAD^.."
+               echo "git send-email --to '$STABLE' --in-reply-to '$ID' --subject-prefix 'PATCH $STABLE_VERSION.y' 'HEAD^..'"
                echo
                echo "Possible dependencies:"
                echo