configure shell game
Nico Williams
nico at cryptonector.com
Wed Jun 3 01:20:30 AEST 2026
On Tue, Jun 02, 2026 at 11:28:07PM +1000, Darren Tucker via openssh-unix-dev wrote:
> I was recently reminded of this nonsense from the Solaris /bin/sh while
> running a regression test:
>
> run test proxy-connect.sh ...
> [...]/proxy-connect.sh: warning: line 6: `...` obsolete, use $(...)
> [...]/proxy-connect.sh: warning: line 6: `...` obsolete, use $(...)
> [...]/proxy-connect.sh: warning: line 15: `...` obsolete, use $(...)
Nowadays $() is POSIX. Is there any supported system where /bin/sh does
not support $()? If not then changing the scripts to use $() sounds
like a worthwhile change, but finding the answer to that question may
not be easy.
Nico
--
More information about the openssh-unix-dev
mailing list