You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a mktemp random directory for installation (repeated PR) (#301)
* Use a mktemp random directory for installation
Do not hardcode a static directory for temporary files, as it
might cause problems when running in a multi-user system
(ie: orphan files owned by other users).
Use mktemp -d instead.
Fixes#241
* Rename fail_trap > exit_trap
Co-authored-by: Yusuke Kuoka <[email protected]>
0 commit comments