Przeglądaj źródła

Revert "Merge branch 'golang-workaround'"

This reverts commit 7edceff71ca6aa1281658f6f60ca2e48a6e3f45f, reversing
changes made to 5dea3c9e63.
pull/100/head
Yamashita Yuu 10 lat temu
rodzic
commit
8dc4e8d6f8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      libexec/pyenv

+ 2
- 2
libexec/pyenv Wyświetl plik

@ -44,13 +44,13 @@ fi
export PYENV_ROOT
if [ -z "${PYENV_DIR}" ]; then
PYENV_DIR="$(abs_dirname "$(pwd)/..")"
PYENV_DIR="$(pwd)"
else
cd "$PYENV_DIR" 2>/dev/null || {
echo "pyenv: cannot change working directory to \`$PYENV_DIR'"
exit 1
} >&2
PYENV_DIR="$(abs_dirname "$(pwd)/..")"
PYENV_DIR="$(pwd)"
cd "$OLDPWD"
fi
export PYENV_DIR

Ładowanie…
Anuluj
Zapisz