mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-12-10 20:41:19 +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
|
## Version History
|
||||||
|
|
||||||
|
#### 20131028
|
||||||
* Abort early for invalid TMPDIR
|
* Abort early for invalid TMPDIR
|
||||||
* Enable compiling Ruby 1.8 on OS X 10.8+ without extra flags
|
* Enable compiling Ruby 1.8 on OS X 10.8+ without extra flags
|
||||||
* Detect number of CPU cores used for `make`
|
* Detect number of CPU cores used for `make`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
RUBY_BUILD_VERSION="20131024"
|
RUBY_BUILD_VERSION="20131028"
|
||||||
|
|
||||||
set -E
|
set -E
|
||||||
exec 3<&2 # preserve original stderr at fd 3
|
exec 3<&2 # preserve original stderr at fd 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue