Commit 963d33f5 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

ruby-build 20131220.1

parent 09e55a8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
## Version History

#### 20131220.1
* Fix JRuby installation on non-BSD systems

#### 20131220
* Transform JRuby shebangs to absolute paths, fixing edge-case recursion in rbenv
* Add `--patch` command-line option to patch Ruby from stdin before building
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20131220"
RUBY_BUILD_VERSION="20131220.1"

set -E
exec 3<&2 # preserve original stderr at fd 3