From: Greg Kroah-Hartman Date: Tue, 16 Jun 2026 06:53:30 +0000 (+0530) Subject: bad_stable: quote the git range X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15b09b5099db8728377029cf6d96a7e9b9170611;p=thirdparty%2Fkernel%2Fstable-queue.git bad_stable: quote the git range Fixes up some bash globbing issues. Reported-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/bad_stable b/scripts/bad_stable index 8c8b0cf139..7a1dee0f30 100755 --- a/scripts/bad_stable +++ b/scripts/bad_stable @@ -158,7 +158,7 @@ reply() echo "git cherry-pick -x $git_id" echo "# " 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