Fixes up some bash globbing issues.
Reported-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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