Commit 09a52d30 by Mislav Marohnić

ruby-build 20140405

parent 8ad8171d
## Version History
#### (no release)
#### 20140405
* Avoid sed with extended regexp
* Add `rbenv install --skip-existing <VERSION>` option
* Avoid re-downloading if there's a valid tarball in build location
......
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20140225"
RUBY_BUILD_VERSION="20140405"
set -E
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