Re: [External] : Re: configure shell game

Jan Pechanec via openssh-unix-dev <[email protected]> Fri, 5 Jun 2026 10:03:22 +0200
Newsgroups gmane.network.openssh.devel
Message-ID <aiKCyhAe7tX7/eZn@len49>
> > >> Nowadays $() is POSIX.  Is there any supported system where /bin/sh does
> > >> not support $()?
> > > 
> > > Yes.
> > 
> > Which one?
> 
> Solaris 10's, for example, apparently.

That's correct.  S10 /bin/sh is the legacy bourne shell, with code
originally coming from 1988, and never upgraded to the posix 1990 spec
sh(1) which is based on ksh88.

The S10 system, with the first release in 2005, is quite resilient.  And
I just tried to build and use the latest openssh 10.3p1 on s10u11 and it
worked without an issue.

-- 
Jan Pechanec <[email protected]>