ソースを参照

Merge branch 'golang-workaround'

pull/100/head
Yamashita Yuu 10年前
コミット
7edceff71c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      libexec/pyenv

+ 2
- 2
libexec/pyenv ファイルの表示

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

読み込み中…
キャンセル
保存