diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:23:49 -0500 |
commit | 147ce1c5e6c66bc17d3f160289980157ed6052a9 (patch) | |
tree | 5185c388b6fbdade3f53ff49484c09ee351653c2 /configure | |
parent | 534aa7e00b947d8b82ec225339ee915ca2ae406e (diff) | |
download | sbpython2-147ce1c5e6c66bc17d3f160289980157ed6052a9.tar.bz2 sbpython2-147ce1c5e6c66bc17d3f160289980157ed6052a9.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 |