diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:22 -0500 |
commit | 3c080146581033666701d024babe3d9e96c3f1ea (patch) | |
tree | 8016b85b030f4b61cb8fd32a93d644573321fb71 /configure | |
parent | 4d1d7031ee9be8387e42989cfe2f98ecc179ba67 (diff) | |
download | ntapi-3c080146581033666701d024babe3d9e96c3f1ea.tar.bz2 ntapi-3c080146581033666701d024babe3d9e96c3f1ea.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 |