Ver a proveniência

Restore OLDIFS expectedly

pull/100/head
Yamashita Yuu há 12 anos
ascendente
cometimento
f538169992
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      libexec/pyenv-version-name

+ 1
- 1
libexec/pyenv-version-name Ver ficheiro

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

Carregando…
Cancelar
Guardar