Discussion:
[PATCH] JDK-8025886: Replace [[ and == bash extensions in tests
Martin Buchholz
2018-12-10 17:32:35 UTC
Permalink
I would not try to remove all bash-isms from openjdk. Instead I would find
instances of /bin/sh that need to be changed to /bin/bash.

(Ubuntu's use of /bin/sh -> /bin/dash is technically correct, but caused
much suffering
https://bugs.launchpad.net/ubuntu/+source/dash/+bug/61463
)

Loading...