Skip to content

Commit 93b824b

Browse files
committed
workaround for #1272
1 parent c46439f commit 93b824b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/install_cpython.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -uex -o pipefail
2+
set -ex -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)