9874a2
build system: configure: be strict (set -eu).
@@ -5,6 +5,8 @@
|
|
5
5
|
as well as both LDFLAGS and LDFLAGS_CMDLINE, however
|
6
6
|
# the latter variable of each pair should be preferred.
|
7
7
|
|
8
|
+
set -eu
|
9
|
+
|
8
10
|
usage()
|
9
11
|
{
|
10
12
|
cat "$mb_project_dir"/config.usage
|