From: Jameson Graef Rollins Date: Mon, 16 Feb 2009 06:07:04 +0000 (-0500) Subject: fix a bad reference to MATMPDIR X-Git-Tag: monkeysphere_0.23~92 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=3a421784e75e8e720290b3cb3eef8a83746b0855 fix a bad reference to MATMPDIR --- 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')