use bash for autoreconf (#32466)
This commit is contained in:
parent
0df0b9a505
commit
9dca54fdc8
@ -56,7 +56,7 @@ class Charliecloud(AutotoolsPackage):
|
|||||||
depends_on("bats@0.4.0", type="test")
|
depends_on("bats@0.4.0", type="test")
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
which("sh")("autogen.sh")
|
which("bash")("autogen.sh")
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = []
|
args = []
|
||||||
|
Loading…
Reference in New Issue
Block a user