External Publication
Visit Post

Platform Development • Re: Autoconf dependency removal?

Pale Moon forum - Forum index [Unofficial] April 26, 2026
Source

However, there is one wrinkle to working with them that I am not a fan of, and that's when we start having to deal with cross-platform shell issues. Essentially, a lot of our shell scripts are written as "best effort" POSIX-style sh, which often means it only works with bash, or only bash and dash, or works in say, bash and ksh but not in dash (that actually happened once).

There is a Perl script online called checkbashisms that I have been using for years to avoid this exact issue. I usually install it via the package manager in whatever repo I am using, but I found a copy of it online.

https://github.com/pld-linux/checkbashi ... ashisms.pl


Discussion in the ATmosphere

Loading comments...