From 2f44eca0d3ce65d3b687151b3d5b3923930240c4 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Wed, 17 Dec 2014 10:11:43 -0800 Subject: [PATCH] Fix scripting issue (systems which don't default to bash) Signed-off-by: Nathan LeClaire --- script/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build b/script/build index cbe72a493e..e9574d2be7 100755 --- a/script/build +++ b/script/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e if [ -z "$1" ]; then