We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b824b commit b7e9757Copy full SHA for b7e9757
common/install_cpython.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -ex -o pipefail
+set -uex -o pipefail
3
4
PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python
5
GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
0 commit comments