Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ $ PREFIX=/usr/local ./ruby-build/install.sh $ brew update && brew upgrade ruby-build # As an rbenv plugin $ cd "$(rbenv root)"/plugins/ruby-build && git pull $ git -C "$(rbenv root)"/plugins/ruby-build pull ``` ## Usage Loading bin/rbenv-install +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ if [ "$STATUS" == "2" ]; then echo " brew update && brew upgrade ruby-build" elif [ -d "${here}/.git" ]; then printf ":\n\n" echo " cd ${here} && git pull && cd -" echo " git -C ${here} pull" else printf ".\n" fi Loading test/rbenv.bats +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ See all available versions with \`rbenv install --list'. If the version you need is missing, try upgrading ruby-build: cd ${BATS_TEST_DIRNAME}/.. && git pull && cd - git -C ${BATS_TEST_DIRNAME}/.. pull OUT unstub ruby-build Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ $ PREFIX=/usr/local ./ruby-build/install.sh $ brew update && brew upgrade ruby-build # As an rbenv plugin $ cd "$(rbenv root)"/plugins/ruby-build && git pull $ git -C "$(rbenv root)"/plugins/ruby-build pull ``` ## Usage Loading
bin/rbenv-install +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ if [ "$STATUS" == "2" ]; then echo " brew update && brew upgrade ruby-build" elif [ -d "${here}/.git" ]; then printf ":\n\n" echo " cd ${here} && git pull && cd -" echo " git -C ${here} pull" else printf ".\n" fi Loading
test/rbenv.bats +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ See all available versions with \`rbenv install --list'. If the version you need is missing, try upgrading ruby-build: cd ${BATS_TEST_DIRNAME}/.. && git pull && cd - git -C ${BATS_TEST_DIRNAME}/.. pull OUT unstub ruby-build Loading