Skip to content

Commit 3017071

Browse files
authored
Unrolled build for rust-lang#120203
Rollup merge of rust-lang#120203 - rowan-sl:usr-bin-env-bash, r=compiler-errors Replace `#!/bin/bash` with `#!/usr/bin/env bash` in rust-installer tests This allows the rust-installer tests to pass on NixOS This change has [already been made](rust-lang@302ad21) for the actual installer, it appears that the tests were just forgotten.
2 parents 6fff796 + 30b8b44 commit 3017071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-installer/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e -u
44

0 commit comments

Comments
 (0)