diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index 89d71fb8a6f..02451fdc92e 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -145,7 +145,7 @@ function make-a-pr() { # https://github.com/github/hub/issues/976 Otherwise stdin is stolen # when we shove the heredoc at hub directly, tickling the ioctl # crash. - prtext="$(mktemp)" # cleaned in return_to_kansas + prtext="$(mktemp -t prtext.XXXX)" # cleaned in return_to_kansas cat >"${prtext}" <