fix a bad reference to MATMPDIR
[monkeysphere.git] / src / monkeysphere-authentication
index 18057e5e32587a48d40c1c20683e65f746424e52..2d6079f11a57396780d972af97a5f03a2b29f806 100755 (executable)
@@ -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')