main: POSIX compliant shebang for locating bash.

Improve portability of run_tests.sh and harness.sh by using the POSIX
compliant shebang for locating bash.
This commit is contained in:
jholdstock 2023-09-19 09:59:01 +01:00 committed by Jamie Holdstock
parent c7ebe28501
commit 57864ae58f
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Copyright (c) 2020-2021 The Decred developers # Copyright (c) 2020-2023 The Decred developers
# Use of this source code is governed by an ISC # Use of this source code is governed by an ISC
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
# #

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Copyright (c) 2020-2022 The Decred developers # Copyright (c) 2020-2023 The Decred developers
# Use of this source code is governed by an ISC # Use of this source code is governed by an ISC
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
# #