Skip to content

Commit 97e56b1

Browse files
committed
Added set -e
1 parent 6726a66 commit 97e56b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/android/build-toolchain

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# See https://swift.org/LICENSE.txt for license information
1111
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1212

13+
set -e
14+
1315
cd "$(dirname $0)/../.." || exit
1416
SRC_DIR=$PWD
1517

0 commit comments

Comments
 (0)