-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rust-installer: Use env(1) in the shebang. #113940
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
rust-installer: Use env(1) in the shebang. #113940
Conversation
This fixes the case (e.g. *BSD) where bash is installed on the host system, but not at the typical location of /bin.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ozkanonur (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@bors r+ rollup |
For the rest of the installer scripts I think there's a good case to be made for switching them over, however I'm not in a great position to test them. I've run |
Sure 👍 I will take a look on those later then. Thanks for the PR! @bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bccefd2): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 651.225s -> 652.153s (0.14%) |
This fixes the case (e.g. *BSD) where bash is installed on the host system, but not at the typical location of /bin.