Commit a7a8417e authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17978 from spiffxp/cherry-pick-mktemp

Auto commit by PR queue bot
parents bb869367 4bda53cb
...@@ -145,7 +145,7 @@ function make-a-pr() { ...@@ -145,7 +145,7 @@ function make-a-pr() {
# https://github.com/github/hub/issues/976 Otherwise stdin is stolen # https://github.com/github/hub/issues/976 Otherwise stdin is stolen
# when we shove the heredoc at hub directly, tickling the ioctl # when we shove the heredoc at hub directly, tickling the ioctl
# crash. # crash.
prtext="$(mktemp)" # cleaned in return_to_kansas prtext="$(mktemp -t prtext.XXXX)" # cleaned in return_to_kansas
cat >"${prtext}" <<EOF cat >"${prtext}" <<EOF
Automated cherry pick of ${PULLSUBJ} Automated cherry pick of ${PULLSUBJ}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment