Explorar el Código

Restore OLDIFS expectedly

pull/100/head
Yamashita Yuu hace 12 años
padre
commit
f538169992
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/pyenv-version-name

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

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

Cargando…
Cancelar
Guardar