Date: Sat, 28 Oct 2023 22:49:13 -0700
From: Paul Eggert <[email protected]>
Message-ID: <[email protected]>
| I don't know what bosh is.
bosh is a modernised (updated) variant of the SysVR4 Bourne shell
I believe - it used to be maintained by Joerg Schilling (and still
contains bugs).
| PS. As I understand it, POSIX allows all the behaviors described above,
| so this is not a POSIX conformance issue.
Posix only expects the relevant operators to apply to integers. Anything
other than a (signed) string of digits that any implementation accepts would
be an extension to what is required. That is allowed by POSIX, but any
application that uses it would be non-conforming.
kre