diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:33 -0500 |
commit | 4804f7bf214abef755266faf7f481b9ec370214e (patch) | |
tree | 0bd4bf965ae9513bf7dff91960164c5a3d83fca6 /configure | |
parent | a01d03a8df1a5c1ae5705c4d2928afd83166e588 (diff) | |
download | w32lib-4804f7bf214abef755266faf7f481b9ec370214e.tar.bz2 w32lib-4804f7bf214abef755266faf7f481b9ec370214e.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 |