mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
/tmp isn't always available, is on precious RAM-backed fs or simply not what the user has set his $TMPDIR to. According to the specification, we should use $TMPDIR, which node lets us find through os.tmpdir(). Also, contributing.md isn't in favour of using platform-dependent code. This commit focusses only on Linux, and leaves OS X as is with /tmp for discussion.