Closed mohd-akram closed 4 years ago
This should be fixed now, see #106.
That said, POSIX-compatibility is hard to maintain, and shouldn't be expected of a project that doesn't commit to doing so. If you choose to run your shell in POSIX mode you should expect that numerous "standard" Bash features, and libraries that depend on those features, will not work.
@mohd-akram can you confirm latest master fixes this? Closing feel free to reopen otherwise.
I run my bash in POSIX mode and noticed that the install step fails due to how
trap
is used (see Bash POSIX Mode).To fix it, I did something like this:
Maybe it would be useful to incorporate this into the script.