X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-mail.sh;h=dd4a95a74ad9e47ed39dbff05f5f5d53993981e7;hp=8167adecb7421d6750205bd9304243f587a2e4d4;hb=52cbcb78ed100ce2d7ac28d98f6694a77a6a1235;hpb=2670b3333351c8f15bceabdbf6b3bbc17a25dd0e diff --git a/tg-mail.sh b/tg-mail.sh index 8167ade..dd4a95a 100644 --- a/tg-mail.sh +++ b/tg-mail.sh @@ -34,7 +34,7 @@ if [ -n "$in_reply_to" ]; then fi -patchfile="$(mktemp -t tg-mail.XXXXXX)" +patchfile="$(get_temp tg-mail)" $tg patch "$name" >"$patchfile" @@ -54,6 +54,4 @@ people= # NOTE: git-send-email handles cc itself eval git send-email $send_email_args "$people" "$patchfile" -rm "$patchfile" - # vim:noet