From eaf660f1d4fc3ef008ee7c510c5c9b80af3c1494 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 23 Nov 2011 12:09:13 +0000 Subject: [PATCH] Propogate errors through scripts. --- ios.sh | 2 ++ trampoline.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ios.sh b/ios.sh index 6f82571..0ad1114 100755 --- a/ios.sh +++ b/ios.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -e + rm -rf sysroot.ios mkdir -p sysroot.ios diff --git a/trampoline.sh b/trampoline.sh index dd266a6..824a448 100755 --- a/trampoline.sh +++ b/trampoline.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + shopt -s extglob hpp=$1 -- 2.45.2