use bash for autoreconf (#32466)

This commit is contained in:
Jordan Ogas 2022-09-01 02:29:58 -06:00 committed by GitHub
parent 0df0b9a505
commit 9dca54fdc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ class Charliecloud(AutotoolsPackage):
depends_on("bats@0.4.0", type="test")
def autoreconf(self, spec, prefix):
which("sh")("autogen.sh")
which("bash")("autogen.sh")
def configure_args(self):
args = []