Merge pull request #1806 from earlchew/issue/1805

[python-build] Support PYENV_DEBUG
This commit is contained in:
Anton Petrov 2021-02-07 22:58:34 +03:00 committed by GitHub
commit be9aa0c899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ PYTHON_BUILD_VERSION="20180424"
OLDIFS="$IFS"
set -E
[ -n "$PYENV_DEBUG" ] && set -x
exec 3<&2 # preserve original stderr at fd 3