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

Wrong shebang #1368

Closed
mcandre opened this issue Mar 4, 2018 · 1 comment
Closed

Wrong shebang #1368

mcandre opened this issue Mar 4, 2018 · 1 comment

Comments

@mcandre
Copy link

mcandre commented Mar 4, 2018

The Rustup shell script is not fully POSIX compliant, but rather uses bashisms like local-scoped variables. When users attempt to run the rustup install script on different UNIX systems, they often get errors about missing local files/directories.

To fix this, either set the shebang to #!/bin/bash, or rewrite the script to avoid bashisms (checkbashisms can assist this process).

@Diggsey
Copy link
Contributor

Diggsey commented May 27, 2018

Fixed by #1269

@Diggsey Diggsey closed this as completed May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants