mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
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:
parent
7497e86638
commit
9e13357978
@ -1,5 +1,4 @@
|
||||
export PATH /scheme/initfs/bin
|
||||
export TMPDIR /tmp
|
||||
export RUST_BACKTRACE 1
|
||||
nulld
|
||||
zerod
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
export PATH /scheme/initfs/bin
|
||||
export TMPDIR /tmp
|
||||
export RUST_BACKTRACE 1
|
||||
nulld
|
||||
zerod
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
export PATH /scheme/initfs/bin
|
||||
export TMPDIR /tmp
|
||||
export RUST_BACKTRACE 1
|
||||
nulld
|
||||
zerod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user