use bash for autoreconf (#32466)
This commit is contained in:
parent
0df0b9a505
commit
9dca54fdc8
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue