diff options
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-x | sysroot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ if [[ ${BASH_VERSION} != 4* ]]; then exit 1 fi +set -o pipefail +set -e + shopt -s extglob shopt -s nullglob |
index : cydia.git | ||
Cydia Installer | Sam Bingner |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | sysroot.sh | 3 |
@@ -5,6 +5,9 @@ if [[ ${BASH_VERSION} != 4* ]]; then exit 1 fi +set -o pipefail +set -e + shopt -s extglob shopt -s nullglob |