Remove hardcoded bash location in tools/preprocess.sh (#2280)

* Remove hardcoded bash location in tools/preprocess.sh

* Add more tolerant shebang to tools/preprocess.sh
This commit is contained in:
Charles Averill 2024-10-24 05:20:14 -05:00 committed by GitHub
parent 3677c11140
commit 6ea3982695
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
# SPDX-FileCopyrightText: © 2024 ZeldaRET # SPDX-FileCopyrightText: © 2024 ZeldaRET
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0