Replace '/bin/bash' with '/usr/bin/env bash' in shebangs

This should hopefully help portability with BSDs.
This commit is contained in:
Jookia
2022-09-09 06:00:26 +10:00
committed by 宋文武
parent 982c44176e
commit b3fa848f0f
74 changed files with 74 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# I'm sick and tired of all the churn the three versions of autoconf
# are causing in this repo. Stop committing the configure scripts