summaryrefslogtreecommitdiff
path: root/start-container-none.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-01-30 20:33:05 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-01-30 20:33:05 +0000
commitabe5c9cd42e8b5eae72f465be4aa00d2bb21697a (patch)
treeb06e765594b41ae83b2ccc905e4ce05dffc9124e /start-container-none.sh
parent0365a3389765d7646e0e32ebe1ea2e30b7013247 (diff)
start-container-*.sh: Add 'set -e'.
Change-Id: Ie3dfc1e7ad04d94c8f05b7afe335a854012f6723
Diffstat (limited to 'start-container-none.sh')
-rwxr-xr-xstart-container-none.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/start-container-none.sh b/start-container-none.sh
index 7315612c..e8f4a0e1 100755
--- a/start-container-none.sh
+++ b/start-container-none.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+set -e
+
# Pretend to start a local container. Parameters are ignored but
# required to have the same interface as the other scripts in this
# directory.