Rollup merge of #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](https://github.com/rust-lang/rust/commit/302ad2175d938a5307dd34779e20aada691fd28a) for the actual installer, it appears that the tests were just forgotten.
This commit is contained in:
Matthias Krüger
2024-01-22 07:56:44 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u