Skip to content

Commit 7e24ad2

Browse files
committed
Set -u to ensure PLAT is set
Treat unset variables as an error when substituting to ensure that PLAT is set and not empty.
1 parent 8951a77 commit 7e24ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -e -x
2+
set -e -u -x
33

44
function repair_wheel {
55
wheel="$1"

0 commit comments

Comments
 (0)