Skip to content

Commit

Permalink
Unrolled build for rust-lang#120203
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Jan 22, 2024
2 parents 6fff796 + 30b8b44 commit 3017071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-installer/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e -u

Expand Down

0 comments on commit 3017071

Please sign in to comment.