Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustup-setup.sh uses incompatible mktemp invocation #183

Closed
brson opened this Issue Mar 29, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@brson
Copy link
Contributor

brson commented Mar 29, 2016

$ curl https://sh.rustup.rs -sSf | sh
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
       mktemp [-d] [-q] [-u] -t prefix
rustup: command failed: mktemp -d
info: downloading installer
mkdir: : No such file or directory
rustup: command failed: mkdir -p

on OSX 10.10 after uninstalling multirust with

$ curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --uninstall.

Source.

bors added a commit that referenced this issue Mar 30, 2016

Auto merge of #205 - brson:mktemp, r=alexcrichton
Fix mktemp on OS X. Fixes #183

alexcrichton added a commit that referenced this issue Mar 30, 2016

Merge pull request #205 from brson/mktemp
Fix mktemp on OS X. Fixes #183
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.