summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-05-29 16:56:36 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-05-29 17:09:19 +0930
commit57d608b4ff79c34c4cefa645f0b0e4434c90343f (patch)
tree31f638d88631cb45d6e1e5c25ac3bd1af712196c
parentb18ab4459b18a82dfab448e8c4734a71ab47739f (diff)
downloadphosphor-mboxbridge-57d608b4ff79c34c4cefa645f0b0e4434c90343f.tar.gz
phosphor-mboxbridge-57d608b4ff79c34c4cefa645f0b0e4434c90343f.zip
bootstrap: Use strict behaviour
Change-Id: I3fc6819ce7c1dfc63ea1f14e4f23097b48b8a115 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d6c337a..5f3d494 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