| Name |
Last commit
|
Last update |
|---|---|---|
| bin | ||
| script | ||
| share/ruby-build | ||
| test | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| install.sh |
The TMPDIR check implemented in a4556a73 incorrectly reports that TMPDIR cannot hold executables on 4.3.11(1) on Ubuntu 14.04.1 LTS. This is because a script containing no commands returns a non-zero exit code. Contrast the following: bash 3.2.53(1) on OS X 10.9.5: $ bash -c '' && echo SUCCESS SUCCESS bash 4.3.11(1) on Ubuntu 14.04.1 LTS: $ bash -c '' || echo FAIL FAIL This patch modifies the test script to explicitly call `exit 0` to ensure that a successful exit code is returned if the script executes successfully.
| Name |
Last commit
|
Last update |
|---|---|---|
| bin | Loading commit data... | |
| script | Loading commit data... | |
| share/ruby-build | Loading commit data... | |
| test | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| install.sh | Loading commit data... |