rbenv-ruby-build/bin
Thomas Seliger 76b632892b Transform JRuby shebangs to absolute paths, fixing recursion within rbenv
The default shebang for binstubs in a JRuby installation is
`#!/usr/bin/env jruby`. On a rbenv-managed JRuby, this will execute the
`jruby` rbenv shim. In a situation where a JRuby tool like `gem` is
executed from within a running rbenv by a rbenv plugin, (e.g.
rbenv-gemset) this can trigger another rbenv run to resolve the shim.
This can lead to endless recursion of rbenv calls.

Fixes #471, closes #473
References jf/rbenv-gemset#56
2013-12-20 19:23:36 +01:00
..
rbenv-install Clarify which rbenv install flags get forwarded to ruby-build 2013-12-12 00:35:31 +01:00
rbenv-uninstall Confirm reinstalling already-installed versions unless invoked with --force 2013-01-29 17:22:56 -06:00
ruby-build Transform JRuby shebangs to absolute paths, fixing recursion within rbenv 2013-12-20 19:23:36 +01:00