From cdd97d8c300b4fddb31577d58ac2523b4f6c5046 Mon Sep 17 00:00:00 2001 From: native-api Date: Sat, 20 Jul 2024 21:22:50 +0300 Subject: [PATCH] Fix pyenv-uninstall not having the debug tracing invocation (#3020) --- plugins/python-build/bin/pyenv-uninstall | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/python-build/bin/pyenv-uninstall b/plugins/python-build/bin/pyenv-uninstall index 3bf6d98e..f6b6fcdf 100755 --- a/plugins/python-build/bin/pyenv-uninstall +++ b/plugins/python-build/bin/pyenv-uninstall @@ -11,6 +11,7 @@ # See `pyenv versions` for a complete list of installed versions. # set -e +[ -n "$PYENV_DEBUG" ] && set -x # Provide pyenv completions if [ "$1" = "--complete" ]; then