Commit 09a52d30 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

ruby-build 20140405

parent 8ad8171d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## 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
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20140225"
RUBY_BUILD_VERSION="20140405"

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