shell scripts: use /usr/bin/env bash instead of /bin/bash (#14398)
There are systems without /bin/bash (Free/Net/OpenBSD, some Linux distributions)
We use /usr/bin/env to run bash. Another option is to revise these scripts to
use sh (see shellcheck.net, and POSIX), but I'm not going down the rabbit hole
right now. ;)
authored by