Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The configurable tmpdir broke automatic java download and install because it omitted a slash between /tmp and the jdk name. The result was permission denied: ``` Creating tmp directory (/tmp) if it does not exist Verifying that java exists bash: java: command not found Installing Java /tmpjava1.6.0_12.tgz: Permission denied Failed to download Java ```
- Loading branch information