libuv: remove bash dependency (#29251)

This commit is contained in:
Harmen Stoppels
2022-03-01 10:15:22 +01:00
committed by GitHub
parent a3947381c7
commit f60c6ca485

View File

@@ -31,5 +31,4 @@ class Libuv(AutotoolsPackage):
def autoreconf(self, spec, prefix):
# This is needed because autogen.sh generates on-the-fly
# an m4 macro needed during configuration
bash = which("bash")
bash('autogen.sh')
Executable('./autogen.sh')()