Commit 963d33f5 by Mislav Marohnić

ruby-build 20131220.1

parent 09e55a8b
## Version History ## Version History
#### 20131220.1
* Fix JRuby installation on non-BSD systems
#### 20131220 #### 20131220
* Transform JRuby shebangs to absolute paths, fixing edge-case recursion in rbenv * Transform JRuby shebangs to absolute paths, fixing edge-case recursion in rbenv
* Add `--patch` command-line option to patch Ruby from stdin before building * Add `--patch` command-line option to patch Ruby from stdin before building
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20131220" RUBY_BUILD_VERSION="20131220.1"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment