mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 05:43:53 -05:00
Restore OLDIFS expectedly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user