From 4054162a1cc1cf3f95baf0cb2c94af47dc5f5341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 12 Oct 2022 07:41:29 +0300 Subject: [PATCH] Fix errors when `set -u` is set in the user's shell (#350) --- bin/pyenv-virtualenv-init | 6 +++--- test/init.bats | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/pyenv-virtualenv-init b/bin/pyenv-virtualenv-init index 1a60c53..a24a785 100755 --- a/bin/pyenv-virtualenv-init +++ b/bin/pyenv-virtualenv-init @@ -129,7 +129,7 @@ esac if [[ "$shell" != "fish" ]]; then cat <