diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:23 -0500 |
commit | 0bcce43d28aea60e8b167adec64d6efcb1668678 (patch) | |
tree | ed861cb9ad705d843b8218d0bae6f14e7ca0a4e3 /configure | |
parent | 2490eaad6907c624ab5f41924ec1782c739bad8a (diff) | |
download | ntcon-0bcce43d28aea60e8b167adec64d6efcb1668678.tar.bz2 ntcon-0bcce43d28aea60e8b167adec64d6efcb1668678.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 |