From 4fc1aace68ced9fa4bc99349e3f7b0a145bf618d Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 14 Jul 2024 00:27:42 +0300 Subject: [PATCH] Fix pyenv-uninstall not having the debug tracing invocation --- 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