Loading bin/rbenv-install +0 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,6 @@ set -e [ -n "$RBENV_DEBUG" ] && set -x if [ -z "$RBENV_ROOT" ]; then RBENV_ROOT="${HOME}/.rbenv" fi # Add `share/ruby-build/` directory from each rbenv plugin to the list of # paths where build definitions are looked up. shopt -s nullglob Loading bin/rbenv-uninstall +0 −4 Original line number Diff line number Diff line Loading @@ -23,10 +23,6 @@ usage() { [ -z "$1" ] || exit "$1" } if [ -z "$RBENV_ROOT" ]; then RBENV_ROOT="${HOME}/.rbenv" fi if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then usage 0 fi Loading Loading
bin/rbenv-install +0 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,6 @@ set -e [ -n "$RBENV_DEBUG" ] && set -x if [ -z "$RBENV_ROOT" ]; then RBENV_ROOT="${HOME}/.rbenv" fi # Add `share/ruby-build/` directory from each rbenv plugin to the list of # paths where build definitions are looked up. shopt -s nullglob Loading
bin/rbenv-uninstall +0 −4 Original line number Diff line number Diff line Loading @@ -23,10 +23,6 @@ usage() { [ -z "$1" ] || exit "$1" } if [ -z "$RBENV_ROOT" ]; then RBENV_ROOT="${HOME}/.rbenv" fi if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then usage 0 fi Loading