X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere-host;h=507b47f8f73eabfd6a62e7d9feaf4d53d12bca84;hb=c9b8f4f7a781431e4586cfe3e6afc7f2a6b0a2d5;hp=da7fc9cec0da8ab7d66607c2cc278c84e2c9e03c;hpb=cea48901e37c2c6a370cbbdb5ceee2e197182c71;p=monkeysphere.git diff --git a/src/monkeysphere-host b/src/monkeysphere-host index da7fc9c..507b47f 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -103,7 +103,7 @@ update_gpg_pub_file() { load_fingerprint() { if [ -f "$HOST_KEY_FILE" ] ; then HOST_FINGERPRINT=$( \ - (FUBAR=$(mktemp -d) && export GNUPGHOME="$FUBAR" \ + (FUBAR=$(msmktempdir) && export GNUPGHOME="$FUBAR" \ && gpg --quiet --import \ && gpg --quiet --list-keys --with-colons --with-fingerprint \ && rm -rf "$FUBAR") <"$HOST_KEY_FILE" \