diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:17 -0500 |
commit | a444e4d616d7c77658880da23bd0f18fc02f9685 (patch) | |
tree | 41d7b08e8b3de2cfdc164779460077be325a55b1 /configure | |
parent | fed9c7829de8ac4682deb8636e3bd8179783b9a9 (diff) | |
download | bfirm-a444e4d616d7c77658880da23bd0f18fc02f9685.tar.bz2 bfirm-a444e4d616d7c77658880da23bd0f18fc02f9685.tar.xz |
build system: configure: be strict (set -eu).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ # as well as both LDFLAGS and LDFLAGS_CMDLINE, however # the latter variable of each pair should be preferred. +set -eu + usage() { cat "$mb_project_dir"/config.usage |