On 5 April 2017 at 21:37, Scott Robison <sc...@casaderobison.com> wrote:

> bash supports a --posix switch, which makes it more POSIX-compliant. It
> also tries to mimic POSIX if invoked as sh.
>

And while these methods ensure _compatibility_ with POSIX scripts, they
don't ensure that all executed scripts are POSIX compliant since they don't
disable all of bash's extensions. In particular, += still works in both
cases.

-Rowan
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to