v1.6.1
- Fixed handling of "null" variables. Fixes #35
- Switch to using
/bin/bash -oe pipefail
in build-env and Makefile commands- Make it closer to the way CircleCI and others run scripts.
- TODO: revise and update other built-in scripts to use
/bin/bash -oe pipefail
as well.
- Updated tests