Change shebang in static-test.sh from `/bin/bash` to `/usr/bin/env bash` This fixes problems when `bash` is not available in standard location, but e.g. in `/usr/local/bin/` as on FreeBSD.
Allow execution of static tests with the `make static-tests` command and improve its output for the human reader