s/rbenv/pyenv/

This commit is contained in:
Yamashita Yuu 2014-01-02 22:49:23 +09:00
parent 8ddf8760d5
commit d03f290b5d

View file

@ -34,7 +34,7 @@ PYENV_COMMAND_PATH="$(pyenv-which "$PYENV_COMMAND")"
PYENV_BIN_PATH="${PYENV_COMMAND_PATH%/*}"
OLDIFS="$IFS"
IFS=$'\n' scripts=(`rbenv-hooks exec`)
IFS=$'\n' scripts=(`pyenv-hooks exec`)
IFS="$OLDIFS"
for script in "${scripts[@]}"; do
source "$script"