diff --git a/src/minimize_jdk.sh b/src/minimize_jdk.sh index f7dc8a7585be06..afeeb65a1c64fb 100755 --- a/src/minimize_jdk.sh +++ b/src/minimize_jdk.sh @@ -45,7 +45,7 @@ if [[ "$UNAME" =~ msys_nt* ]]; then set -x mkdir "tmp.$$" cd "tmp.$$" - unzip "../$fulljdk" + unzip -q "../$fulljdk" cd $FULL_JDK_DIR # We have to add this module explicitly because it is windows specific, it allows # the usage of the Windows truststore