OpenSearch/distribution
David Roberts 89a1f155d3 Give jspawnhelper execute permissions in bundled JDK (#39787)
The posix_spawn method of launching a process from Java
goes via an intermediate process called jspawnhelper
which lives in the lib directory rather than the bin
directory and hence got missed by the original chmod
loop.  This change adds jspawnhelper as a special case.
It's the only program that's in the lib directory in a
macOS JDK 11.
2019-03-08 11:05:13 -08:00
..
archives Bundle java in distributions (#38013) 2019-03-08 11:04:18 -08:00
bwc Fix verify versions (#39624) 2019-03-07 17:40:25 +02:00
docker Add Docker build type (#39378) 2019-03-05 22:03:15 -05:00
packages Give jspawnhelper execute permissions in bundled JDK (#39787) 2019-03-08 11:05:13 -08:00
src Bundle java in distributions (#38013) 2019-03-08 11:04:18 -08:00
tools Testing conventions now checks for tests in main (#37321) 2019-01-24 17:30:50 +02:00
build.gradle Give jspawnhelper execute permissions in bundled JDK (#39787) 2019-03-08 11:05:13 -08:00