diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:20 -0500 |
commit | a8975997e2527e03aa53d1d1b9af1e77474c0942 (patch) | |
tree | 75d4f5f28dd42b5aafa52281d51310c44c88fb58 | |
parent | ab9e193b953d5ef76934b90b5a118fc4d77139fa (diff) | |
download | dalist-a8975997e2527e03aa53d1d1b9af1e77474c0942.tar.bz2 dalist-a8975997e2527e03aa53d1d1b9af1e77474c0942.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 |