mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Only /usr/bin/env is portable in shebangs.
This commit is contained in:
parent
7907abea27
commit
18520aa8b2
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Set up the appropriate rustc toolchain
|
||||
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user