diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:26 -0500 |
commit | 9874a293e00b19435dbff25a35f572024c203923 (patch) | |
tree | 5c917dde2415f486ed81eb1cb3847d947e64393f | |
parent | 07222c55677a8725bb77258dfd0b1929dd18fa57 (diff) | |
download | pemagine-9874a293e00b19435dbff25a35f572024c203923.tar.bz2 pemagine-9874a293e00b19435dbff25a35f572024c203923.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 |