summaryrefslogtreecommitdiff
path: root/src/share/mh/publish_key
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-18 21:32:21 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-18 21:32:21 -0500
commite2b547631eae05103fe3219f4e2c7a4f618ef5d0 (patch)
treec829d34e9c7fe6ccc69fbe08bb0ca5436ede6288 /src/share/mh/publish_key
parent41b38ace2b23bebf61fbf63cda8d3be005d28385 (diff)
parent62374dd1c16a2719202955ad3fe878be5cc14dba (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'src/share/mh/publish_key')
-rw-r--r--src/share/mh/publish_key2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/publish_key b/src/share/mh/publish_key
index b433ad7..37b8a72 100644
--- a/src/share/mh/publish_key
+++ b/src/share/mh/publish_key
@@ -27,7 +27,7 @@ else
fi
# create a temporary gnupg directory from which to publish the key
-export GNUPGHOME=$(mktemp -d)
+export GNUPGHOME=$(msmktempdir)
# trap to remove tmp dir if break
trap "rm -rf $GNUPGHOME" EXIT