Restore OLDIFS expectedly
This commit is contained in:
parent
d03f290b5d
commit
f538169992
@ -13,7 +13,7 @@ if [ -z "$PYENV_VERSION" ]; then
|
||||
else
|
||||
OLDIFS="$IFS"
|
||||
IFS=: versions=($(echo "${PYENV_VERSION}"))
|
||||
IFS="$IFS"
|
||||
IFS="$OLDIFS"
|
||||
fi
|
||||
|
||||
if [ -z "$versions" ] || [ "$versions" = "system" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user