Browse Source

Restore OLDIFS expectedly

pull/100/head
Yamashita Yuu 12 years ago
parent
commit
f538169992
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/pyenv-version-name

+ 1
- 1
libexec/pyenv-version-name 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

Loading…
Cancel
Save