diff --git a/tools/ci/build-test-freebsd.sh b/tools/ci/build-test-freebsd.sh index d0c2968ebdf..8fd2f1c6530 100755 --- a/tools/ci/build-test-freebsd.sh +++ b/tools/ci/build-test-freebsd.sh @@ -19,6 +19,8 @@ set -e +ln -s /usr/local/bin/bash /bin/bash + msg() { printf "\033[1;32m%s: %s\033[0m\n" "${FUNCNAME[1]}" "$1" }