We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8116d6 commit 6830c2aCopy full SHA for 6830c2a
.evergreen/combine-coverage.sh
@@ -8,7 +8,7 @@ set -o errexit # Exit the script with error if any of the commands fail
8
9
. .evergreen/utils.sh
10
11
-if [ -z "$PYTHON_BINARY" ]; then
+if [ -z "${PYTHON_BINARY:-}" ]; then
12
PYTHON_BINARY=$(find_python3)
13
fi
14
0 commit comments