On 09/03/2024 20:37, Thorsten Glaser wrote:> On Sat, 9 Mar 2024, Tom G. Christensen wrote:
>
>> Running the testsuite on Solaris 9 I see this:
>
>> The issue is that /bin/sh is sensitive to the ^ character. It either
>
> Solaris 9 /bin/sh is not POSIX-conformant, best to run
> those build scripts with /usr/xpg4/bin/sh or the Korn
> shell.
>
I know but SHELL is not being set in regress/Makefile so make falls back
on /bin/sh to run shell commands.
I can manually add SHELL=/bin/bash to regress/Makefile and have it work
but I don't think I should have to.
-tgc