[GitHub] ant pull request #29: detect solaris 10 to avoid certain POSIX expressions

2017-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/29 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

[GitHub] ant pull request #29: detect solaris 10 to avoid certain POSIX expressions

2017-01-13 Thread jwadamson
GitHub user jwadamson opened a pull request: https://github.com/apache/ant/pull/29 detect solaris 10 to avoid certain POSIX expressions Another attempt at fixing for solaris without regressing POSIX platforms. 1) use `uname` to detect solaris 10 platform. Could not figure o