summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-05-29 16:56:36 +0930
committerPatrick Williams <patrick@stwcx.xyz>2017-05-31 13:05:47 +0000
commit72b854b785eccb7bfd44da3e3efcc8144a399232 (patch)
treebc92af526bb015c1adebcdc14f729f0f803b61e0 /bootstrap.sh
parent81589cc3fd9172cf0ab1ba048f652a7ffbca03c5 (diff)
downloadphosphor-mboxd-72b854b785eccb7bfd44da3e3efcc8144a399232.tar.gz
phosphor-mboxd-72b854b785eccb7bfd44da3e3efcc8144a399232.zip
bootstrap: Use strict behaviour
Change-Id: I3fc6819ce7c1dfc63ea1f14e4f23097b48b8a115 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5a6c34d..eb8056f 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+set -eu
+
AUTOCONF_FILES="Makefile.in aclocal.m4 ar-lib autom4te.cache compile \
config.guess config.h.in config.sub configure depcomp install-sh \
ltmain.sh missing *libtool test-driver"
OpenPOWER on IntegriCloud