From cea89c1927c968d6c53fc48bf84d9ef3aa700d67 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 10 Apr 2016 00:25:01 +0200 Subject: [PATCH] build_iwd.sh should fail on any errors. --- build_iwd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_iwd.sh b/build_iwd.sh index 6dbc5e8..803ec21 100755 --- a/build_iwd.sh +++ b/build_iwd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e if [ -z "${WORKSPACE}" ]; then export WORKSPACE="$(pwd)" fi