Commit a1326ad4 authored by Marc Durdin's avatar Marc Durdin
Browse files

chore(common): `set -eu` in build-utils.sh

Enforces -e (abort script on error) and -u (error on unset variable use)
on all scripts that source build-utils.sh. This may result in some
downstream build failures which we'll need to address before merge to
master.
parent 5a6caf85
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment