Looks good to me.
/Erik
On 2015-10-20 15:57, Magnus Ihse Bursie wrote:
Unfortunately the logging of compare.sh introduced in JDK-8136813
broke unzip.
In JDK-8136813 we started exportin the shell variable UNZIP, which
contains the path to UNZIP. Unfortunately, UNZIP is interpreted by
UNZIP as a variable containing extra options to add to the command line.
Bug: https://bugs.openjdk.java.net/browse/JDK-8139969
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8139969-fix-unzip-in-compare/webrev.01
/Magnus