make install fails on FreeBSD 11.1 in scripts/utils.sh, because:
- the shebang requires bash in /bin. FreeBSD puts all non-system software (including bash!) in /usr/local
- the do_install() function uses GNU extensions for cp (cp -t) and ln (ln -r) that are not supported by the BSD versions of these utilities.
make install fails on FreeBSD 11.1 in scripts/utils.sh, because: