From 961500cc2c103ce4a0db8925d9d7eac01303c348 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 12 Nov 2017 16:27:10 +0100 Subject: [PATCH] clone_and_build.sh: move set -e out of sheband to work on curl pipe bash --- clone_and_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clone_and_build.sh b/clone_and_build.sh index 779d9f6..67838e2 100755 --- a/clone_and_build.sh +++ b/clone_and_build.sh @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e bold=$(tput bold) normal=$(tput sgr0)