Fixed in r989223.
On Mon, Aug 16, 2010 at 7:37 PM, Henri Yandell wrote:
> Noting the following stack overflow thread:
>
> http://stackoverflow.com/questions/3282498/how-can-i-detect-a-unix-like-os-in-java
>
> It points out that the javadoc for SystemUtils.IS_OS_UNIX implies
> various Unixes are P
Noting the following stack overflow thread:
http://stackoverflow.com/questions/3282498/how-can-i-detect-a-unix-like-os-in-java
It points out that the javadoc for SystemUtils.IS_OS_UNIX implies
various Unixes are POSIX compliant. We probably want to ditch the
POSIX part of it.
Hen
--