Skip to content

Commit 87b955e

Browse files
committed
tools: fixup
1 parent 4257dba commit 87b955e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-manylinux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Build all the wheel artifacts for the platforms supported by manylinux2014 and
44
# export them to the specified location.
5-
set -exo pipefail
5+
set -euxo pipefail
66

77
function assert_defined(){
88
if [[ -z "${!1}" ]]; then

0 commit comments

Comments
 (0)