Closed ginsburgnm closed 4 years ago
MacOs's idea of a temp directory is /var/folders/{unpredictable_crap}/{unpredictable_crap}/{more_crap}/ instead of /tmp
/var/folders/{unpredictable_crap}/{unpredictable_crap}/{more_crap}/
/tmp
sooo... hardcode this garbage to /tmp if is a mac?
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.
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?