diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:02:14 -0500 |
commit | 533f5d8cf6f25f545d18c053f14fd79734b47aa5 (patch) | |
tree | ca19528d464c5833091a69b3ca999e735a239cd1 /configure | |
parent | 1fcff3ba6594bd6abe5b960fa6a02281b7f02781 (diff) | |
download | sbpython3-533f5d8cf6f25f545d18c053f14fd79734b47aa5.tar.bz2 sbpython3-533f5d8cf6f25f545d18c053f14fd79734b47aa5.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 |