From 2662b5807cd25afafdca49240209f6083de0d3fa Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 13 Aug 2014 00:55:04 +0100 Subject: [PATCH] Fix weird bash code issue which made bash complain about "then" --- bin/pyenv-virtualenv-init | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/bin/pyenv-virtualenv-init b/bin/pyenv-virtualenv-init index c0a4b1b..5016537 100755 --- a/bin/pyenv-virtualenv-init +++ b/bin/pyenv-virtualenv-init @@ -110,21 +110,21 @@ esac if [[ "$shell" != "fish" ]]; then cat <