diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:31 -0500 |
commit | 4cdbbf75c4be0144f326775efde650bf2e503cb5 (patch) | |
tree | 9a4017749fb1161585ad342eb8e69e956aef5dcf | |
parent | 50a90eb8f5560c73ea97de2837d03d88f5d0df94 (diff) | |
download | sofort-4cdbbf75c4be0144f326775efde650bf2e503cb5.tar.bz2 sofort-4cdbbf75c4be0144f326775efde650bf2e503cb5.tar.xz |
build system: configure: be strict (set -eu).
-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 |