diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:21 -0500 |
commit | 1f4fb326032fc70c704988b6b6452454606164f6 (patch) | |
tree | b04a36627659c2f4ad47051cbeda13164af02b08 /configure | |
parent | da830f41a0975ae16ea2743b7e2ceef91574160a (diff) | |
download | mdso-1f4fb326032fc70c704988b6b6452454606164f6.tar.bz2 mdso-1f4fb326032fc70c704988b6b6452454606164f6.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 |