From 3a247952c3947ea670d50db137436d2fe104a505 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Thu, 2 Apr 2020 19:34:18 +0300 Subject: [PATCH] Add "set -e" to update_xcode.sh --- tools/scripts/update_xcode.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/scripts/update_xcode.sh b/tools/scripts/update_xcode.sh index 26564c4b895..5300e6e4346 100755 --- a/tools/scripts/update_xcode.sh +++ b/tools/scripts/update_xcode.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -e # "brew install coreutils" for grealpath. KONAN_TOOLCHAIN_VERSION=10