mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
RBENV_HOME -> RBENV_ROOT
This commit is contained in:
@@ -10,8 +10,8 @@ while [ -n "$root" ]; do
|
||||
root="${root%/*}"
|
||||
done
|
||||
|
||||
GLOBAL_PATH="${RBENV_HOME}/global"
|
||||
DEFAULT_PATH="${RBENV_HOME}/default"
|
||||
GLOBAL_PATH="${RBENV_ROOT}/global"
|
||||
DEFAULT_PATH="${RBENV_ROOT}/default"
|
||||
|
||||
if [ -e "$GLOBAL_PATH" ]; then
|
||||
echo "$GLOBAL_PATH"
|
||||
|
||||
Reference in New Issue
Block a user