summaryrefslogtreecommitdiff
path: root/src/monkeysphere-authentication
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-16 01:07:04 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-16 01:07:04 -0500
commit3a421784e75e8e720290b3cb3eef8a83746b0855 (patch)
tree657a3edd03e6cc03397ccc64cbae3818dace6551 /src/monkeysphere-authentication
parentea4d25a641c19dc66c6066f46070065e22d46d91 (diff)
fix a bad reference to MATMPDIR
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-xsrc/monkeysphere-authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication
index 18057e5..2d6079f 100755
--- a/src/monkeysphere-authentication
+++ b/src/monkeysphere-authentication
@@ -31,7 +31,7 @@ MADATADIR="${SYSDATADIR}/authentication"
# temp directory to enable atomic moves of authorized_keys files
MATMPDIR="${MADATADIR}/tmp"
-export MSTMPDIR
+export MATMPDIR
# UTC date in ISO 8601 format if needed
DATE=$(date -u '+%FT%T')