Skip to content

Remove the TMPDIR env var

bjorn3 requested to merge bjorn3/cookbook:remove_tmpdir_env into master

It isn't set by default on Linux either and it makes the tempnam libc function always create the temporary file in /tmp rather than prefer the caller indicated location.

Merge request reports