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

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-01 02:18:05 -08:00

View File

@@ -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}" <<EOF
Automated cherry pick of ${PULLSUBJ}