Closed paper42 closed 4 years ago
/bin/sh is not always a symlink to /bin/bash
That's true, but as I wrote in the last comment it always points to a POSIX conpliant shell. For example Alpine Linux points to ash, but with these changes in the PR the script can run even on those shells.
/bin/sh always links yo a POSIX compliant shell and the script is POSIX compliant, so why not use it?