Skip to content

Commit

Permalink
Rollup merge of #120203 - rowan-sl:usr-bin-env-bash, r=compiler-errors
Browse files Browse the repository at this point in the history
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](302ad21) for the actual installer, it appears that the tests were just forgotten.
  • Loading branch information
matthiaskrgr authored Jan 22, 2024
2 parents 50d0f24 + 30b8b44 commit e39608d
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 e39608d

Please sign in to comment.