Skip to content

Use /bin/sh instead of /bin/bash when applicable

Newbyte requested to merge Newbyte/giara:use-sh-instead-of-bash into master

It is unnecessary to specify that these files should be executed with bash as they don't use any bashisms, so let them be executed with whatever /bin/sh points to.

Merge request reports