Skip to content

Commit 50ea195

Browse files
committed
Add set -e
1 parent 6cb186e commit 50ea195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
# https://github.com/jasonacox/Build-OpenSSL-cURL
77
#
88

9+
# Ensure we stop if build failure occurs
910
set -e
1011

1112
################################################
1213
# EDIT this section to Select Default Versions #
1314
################################################
1415

15-
OPENSSL="1.1.1p" # https://www.openssl.org/source/
16+
OPENSSL="1.1.1q" # https://www.openssl.org/source/
1617
LIBCURL="7.84.0" # https://curl.haxx.se/download.html
1718
NGHTTP2="1.48.0" # https://nghttp2.org/
1819

0 commit comments

Comments
 (0)