diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:32 -0500 |
commit | 4f8ecf2d33c1ed840faf510ac2804cb45c99ee58 (patch) | |
tree | 4fe5b263d1c96b46abb9001a27525671e714ce76 /configure | |
parent | 34c40ba9f25520c56113420fa8d1f74bbadaedc4 (diff) | |
download | u16ports-4f8ecf2d33c1ed840faf510ac2804cb45c99ee58.tar.bz2 u16ports-4f8ecf2d33c1ed840faf510ac2804cb45c99ee58.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 |