8139969: Fix unzip in compare.sh broken by JDK-8136813
authorihse
Tue, 20 Oct 2015 16:40:01 +0200
changeset 33031 e208908e7d48
parent 33030 de12d9a875ed
child 33032 19ae7cdc0cd0
child 33036 13f0ed5d0335
8139969: Fix unzip in compare.sh broken by JDK-8136813 Reviewed-by: erikj
common/autoconf/compare.sh.in
common/bin/compare.sh
--- a/common/autoconf/compare.sh.in	Tue Oct 20 10:39:07 2015 +0200
+++ b/common/autoconf/compare.sh.in	Tue Oct 20 16:40:01 2015 +0200
@@ -66,7 +66,7 @@
 export TEE="@TEE@"
 export UNIQ="@UNIQ@"
 export UNPACK200="@FIXPATH@ @BOOT_JDK@/bin/unpack200"
-export UNZIP="@UNZIP@"
+export UNARCHIVE="@UNZIP@ -q"
 
 export SRC_ROOT="@TOPDIR@"
 export OUTPUT_ROOT="@OUTPUT_ROOT@"
--- a/common/bin/compare.sh	Tue Oct 20 10:39:07 2015 +0200
+++ b/common/bin/compare.sh	Tue Oct 20 16:40:01 2015 +0200
@@ -51,8 +51,6 @@
     STAT_PRINT_SIZE="-c %s"
 fi
 
-UNARCHIVE="$UNZIP -q"
-
 COMPARE_EXCEPTIONS_INCLUDE="$SRC_ROOT/common/bin/compare_exceptions.sh.incl"
 if [ ! -e "$COMPARE_EXCEPTIONS_INCLUDE" ]; then
     echo "Error: Cannot locate the exceptions file, it should have been here: $COMPARE_EXCEPTIONS_INCLUDE"