Remove the TMPDIR env var

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.
This commit is contained in:
bjorn3 2024-07-20 17:07:48 +02:00
parent 7497e86638
commit 9e13357978
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
export PATH /scheme/initfs/bin
export TMPDIR /tmp
export RUST_BACKTRACE 1
nulld
zerod

View File

@ -1,5 +1,4 @@
export PATH /scheme/initfs/bin
export TMPDIR /tmp
export RUST_BACKTRACE 1
nulld
zerod

View File

@ -1,5 +1,4 @@
export PATH /scheme/initfs/bin
export TMPDIR /tmp
export RUST_BACKTRACE 1
nulld
zerod