Skip to content

Commit dd5a42f

Browse files
committed
Revert "workaround for #1272"
This reverts commit c0b10d8.
1 parent 95c37ff commit dd5a42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: common/install_cpython.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -ex -o pipefail
2+
set -uex -o pipefail
33

44
PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python
55
GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py

0 commit comments

Comments
 (0)