From 017ea60cd35c8e20a659cc09498cd51bd3925035 Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Sun, 30 Jan 2022 19:14:28 +0100 Subject: [PATCH] Fix another unbound variable error (#424) * Fix tests failing after #423 --- bin/pyenv-sh-activate | 4 ++-- test/activate.bats | 28 ++++++++++++------------- test/conda-activate.bats | 16 +++++++-------- test/conda-deactivate.bats | 12 +++++------ test/deactivate.bats | 42 +++++++++++++++++++------------------- 5 files changed, 51 insertions(+), 51 deletions(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index b9e8e12..08a666d 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -229,8 +229,8 @@ if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2 fi cat <