mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
s/rbenv/pyenv/
This commit is contained in:
parent
8ddf8760d5
commit
d03f290b5d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue