aboutsummaryrefslogtreecommitdiff
path: root/dev/mima
diff options
context:
space:
mode:
Diffstat (limited to 'dev/mima')
-rwxr-xr-xdev/mima1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/mima b/dev/mima
index b68800d6d0..7857294f61 100755
--- a/dev/mima
+++ b/dev/mima
@@ -18,6 +18,7 @@
#
set -o pipefail
+set -e
# Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)"