From 8c1b8154fe3bc30af69918d89e481c76a23304f1 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Tue, 9 Sep 2014 13:58:37 -0700 Subject: [PATCH] Turn on error checking in ensure_android_bundle.sh --- tools/cordova-scripts/ensure_android_bundle.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/cordova-scripts/ensure_android_bundle.sh b/tools/cordova-scripts/ensure_android_bundle.sh index f33b5dce44..bb410db57e 100755 --- a/tools/cordova-scripts/ensure_android_bundle.sh +++ b/tools/cordova-scripts/ensure_android_bundle.sh @@ -1,4 +1,7 @@ #!/bin/bash + +set -e + BUNDLE_VERSION=0.1 # OS Check. Put here because here is where we download the precompiled