Loading bin/rbenv-uninstall +3 −4 Original line number Diff line number Diff line Loading @@ -10,11 +10,10 @@ if [ -z "$RBENV_ROOT" ]; then RBENV_ROOT="${HOME}/.rbenv" fi unset FORCE if [ "$1" = "-f" ]; then FORCE=1 FORCE=true shift else FORCE="" fi DEFINITION="$1" Loading @@ -26,7 +25,7 @@ case "$DEFINITION" in echo " for confirmation. If the version does not exist, do not" echo " display an error message." echo echo "Available versions:" echo "Installed versions:" rbenv versions --bare | sed 's/^/ /' echo } >&2 Loading Loading
bin/rbenv-uninstall +3 −4 Original line number Diff line number Diff line Loading @@ -10,11 +10,10 @@ if [ -z "$RBENV_ROOT" ]; then RBENV_ROOT="${HOME}/.rbenv" fi unset FORCE if [ "$1" = "-f" ]; then FORCE=1 FORCE=true shift else FORCE="" fi DEFINITION="$1" Loading @@ -26,7 +25,7 @@ case "$DEFINITION" in echo " for confirmation. If the version does not exist, do not" echo " display an error message." echo echo "Available versions:" echo "Installed versions:" rbenv versions --bare | sed 's/^/ /' echo } >&2 Loading