mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-28 23:00:58 +01:00
ruby-build 20131028
This commit is contained in:
parent
7c12833fef
commit
64726421f9
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
## Version History
|
||||
|
||||
#### 20131028
|
||||
* Abort early for invalid TMPDIR
|
||||
* Enable compiling Ruby 1.8 on OS X 10.8+ without extra flags
|
||||
* Detect number of CPU cores used for `make`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUBY_BUILD_VERSION="20131024"
|
||||
RUBY_BUILD_VERSION="20131028"
|
||||
|
||||
set -E
|
||||
exec 3<&2 # preserve original stderr at fd 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue