From: Jay Freeman (saurik) Date: Wed, 23 Nov 2011 12:09:13 +0000 (+0000) Subject: Propogate errors through scripts. X-Git-Tag: v0.9.451~5 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/eaf660f1d4fc3ef008ee7c510c5c9b80af3c1494 Propogate errors through scripts. --- 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