1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-04-21 21:26:01 +00:00

Restore OLDIFS expectedly

This commit is contained in:
Yamashita Yuu 2014-01-02 23:10:38 +09:00
parent d03f290b5d
commit f538169992

View file

@ -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