mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Restore OLDIFS expectedly
This commit is contained in:
parent
d03f290b5d
commit
f538169992
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ -z "$PYENV_VERSION" ]; then
|
||||||
else
|
else
|
||||||
OLDIFS="$IFS"
|
OLDIFS="$IFS"
|
||||||
IFS=: versions=($(echo "${PYENV_VERSION}"))
|
IFS=: versions=($(echo "${PYENV_VERSION}"))
|
||||||
IFS="$IFS"
|
IFS="$OLDIFS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$versions" ] || [ "$versions" = "system" ]; then
|
if [ -z "$versions" ] || [ "$versions" = "system" ]; then
|
||||||
|
|
Loading…
Reference in a new issue