Re: bug: 0.5.13 regression in parsing

Harald van Dijk <[email protected]> Tue, 23 Sep 2025 12:03:20 +0100
Newsgroups org.kernel.vger.dash
Message-ID <[email protected]>
On 23/09/2025 11:36, Herbert Xu wrote:
> On Tue, Sep 23, 2025 at 06:33:25PM +0800, Herbert Xu wrote:
>>
>> Thanks for the hint.  I can reproduce now by attempting to build
>> xcb-util.  I'm looking into it.
> 
> OK it's the same old problem: whenever we add a new feature that
> makes us closer to bash, libtool gets confused and mistakes dash
> for bash.  Normally it would explicitly invoke /bin/bash if it
> detects that /bin/sh is dash.

configure did/does prefer bash but can run with dash, either on systems 
where bash is not available or when CONFIG_SHELL is set to bypass the 
automatic switch to bash. This has been working for years, and I very 
much suspect that if you run with a slightly older version of dash, you 
will see that it also works for you.

Cheers,
Harald van Dijk