1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

Split rbenv-version into rbenv-version-name and rbenv-version-origin, update versions, prefix, and which appropriately

This commit is contained in:
Ryan Baumann
2011-08-09 16:41:35 -04:00
parent 2a495dc9ac
commit bd0e1a73f9
6 changed files with 72 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ remove_from_path() {
echo "${result%:}"
}
RBENV_VERSION="$(rbenv-version)"
RBENV_VERSION="$(rbenv-version-name)"
RBENV_COMMAND="$1"
if [ "$RBENV_VERSION" = "system" ]; then