fix a bad reference to MATMPDIR
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 16 Feb 2009 06:07:04 +0000 (01:07 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Mon, 16 Feb 2009 06:07:04 +0000 (01:07 -0500)
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')