From 4c3f2cce3e232fbd70221c414f4d2d493c0d74b9 Mon Sep 17 00:00:00 2001 From: Earl Chew Date: Sat, 6 Feb 2021 10:14:47 -0800 Subject: [PATCH] [python-build] Support PYENV_DEBUG fixes #1805 --- plugins/python-build/bin/python-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 043cc4f1..f3414bbc 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -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