1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 05:43:53 -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

@@ -3,7 +3,7 @@
if [ -n "$1" ]; then
RBENV_VERSION="$1"
elif [ -z "$RBENV_VERSION" ]; then
RBENV_VERSION="$(rbenv-version)"
RBENV_VERSION="$(rbenv-version-name)"
fi
if [ "$RBENV_VERSION" = "system" ]; then