summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rwxr-xr-xios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/build.sh b/ios/build.sh
index 52f0fa00ca..14f8fa59d7 100755
--- a/ios/build.sh
+++ b/ios/build.sh
@@ -12,7 +12,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ -z ${IOS_APPLE_ID-} ]]; then
echo "The variable IOS_APPLE_ID is not set."
- exit
+ exit 1
fi
if [[ -z ${IOS_APPLE_ID_PASSWORD-} ]]; then