Instead of calling ```. dirname ${BASH_SOURCE[0]}`/common-utils.sh``` (or associated scripts), use ```. "$( cd "$( dirname "${BASH_SOURCE[0]}" )/common-utils.sh" >/dev/null && pwd )"```
Instead of calling
. dirname ${BASH_SOURCE[0]}`/common-utils.sh(or associated scripts), use. "$( cd "$( dirname "${BASH_SOURCE[0]}" )/common-utils.sh" >/dev/null && pwd )"