olcf / pkpass

PKI based password manager
https://pkpass.readthedocs.io/en/latest/
Other
16 stars 3 forks source link

MacOs tempdir #179

Closed ginsburgnm closed 4 years ago

ginsburgnm commented 4 years ago

MacOs's idea of a temp directory is /var/folders/{unpredictable_crap}/{unpredictable_crap}/{more_crap}/ instead of /tmp

sooo... hardcode this garbage to /tmp if is a mac?

ginsburgnm commented 4 years ago

closing because the reason it does this is because of $TMPDIR; our program should respect this convention even if Apple does ridiculous crap by default.