X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fpublish_key;fp=src%2Fshare%2Fmh%2Fpublish_key;h=37b8a72628ad741bff5e50e380495b6aadb47be6;hb=62374dd1c16a2719202955ad3fe878be5cc14dba;hp=b433ad726195554e454dd030ddf6a4256b3a7c99;hpb=88b19565bced6d9ec9b035d1f9fe51ce6567923b;p=monkeysphere.git 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