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
make dox || exit 1
make dox-site-update || exit 1
make compat-site-update