diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index 1a909302d47..3dab5a4947f 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -131,12 +131,13 @@ function make-a-pr() { # when we shove the heredoc at hub directly, tickling the ioctl # crash. prtext="$(mktemp -t prtext.XXXX)" # cleaned in return_to_kansas + local numandtitle=$(printf '%s\n' "${SUBJECTS[@]}") cat >"${prtext}" <