Skip to content

Commit ec50b0c

Browse files
committed
Cleanup: Remove zsh else branch (python-virtualenvwrapper#11)
- python-virtualenvwrapper#11 — *consider deprecating ksh support* python-virtualenvwrapper#11
1 parent e20fddc commit ec50b0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

virtualenvwrapper.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ then
102102
elif [ -n "$ZSH_VERSION" ]
103103
then
104104
export VIRTUALENVWRAPPER_SCRIPT="$0"
105-
else
106-
export VIRTUALENVWRAPPER_SCRIPT="${.sh.file}"
107105
fi
108106
fi
109107

0 commit comments

Comments
 (0)