Skip to content

hadrian: Don't depend upon bash from PATH

Ben Gamari requested to merge wip/T19797 into master

Previously Hadrian depended implicitly upon whatever bash it found PATH, offerring no way for the user to override. Fix this by detecting sh in configure and passing the result to Hadrian.

Fixes #19797 (closed).

Merge request reports