From fa402fa078cf2db27f6f9925ff609e2aa6285a06 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 6 Apr 2018 21:33:30 +0200 Subject: [PATCH] update build.sh shebang (cherry picked from commit 7381c864acdfbf252cef7b1eb99c6c657e75c6af) --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ad86111..d7ff90b 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ -#!/bin/bash -e +#!/usr/bin/env bash +set -e function announce () { echo '############################' $* >&2