aboutsummaryrefslogtreecommitdiff
path: root/dev/mima
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-06-21 13:02:49 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-21 13:02:49 -0700
commit0a432d6a05d2a8f1f8f5e6e851f5174c98a64d1d (patch)
tree6f571eeeeb99827559d885836b722ac459f10e34 /dev/mima
parentec935abce13b60f353236566da149c0c87bb1002 (diff)
downloadspark-0a432d6a05d2a8f1f8f5e6e851f5174c98a64d1d.tar.gz
spark-0a432d6a05d2a8f1f8f5e6e851f5174c98a64d1d.tar.bz2
spark-0a432d6a05d2a8f1f8f5e6e851f5174c98a64d1d.zip
HOTFIX: Fix missing MIMA ignore
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)"