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](302ad2175d) 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
commit e39608d64f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u