We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 019b9b4 + 26300a9 commit 9896911Copy full SHA for 9896911
rustup-init.sh
@@ -72,7 +72,7 @@ main() {
72
local _url="${RUSTUP_UPDATE_ROOT}/dist/${_arch}/rustup-init${_ext}"
73
74
local _dir
75
- _dir="$(mktemp -d 2>/dev/null || ensure mktemp -d -t rustup)"
+ _dir="$(ensure mktemp -d)"
76
local _file="${_dir}/rustup-init${_ext}"
77
78
local _ansi_escapes_are_valid=false
0 commit comments