Skip to content

Commit

Permalink
Add -q to the unzipping of the full Windows JDK.
Browse files Browse the repository at this point in the history
This generated a lot of noisy stdout.

Closes #17796.

PiperOrigin-RevId: 517384038
Change-Id: I5a7bcf89b5ed5cc623d60209111b2bbbea8f4994
  • Loading branch information
benjaminp authored and copybara-github committed Mar 17, 2023
1 parent 5d2eea2 commit 19475d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minimize_jdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19475d8

Please sign in to comment.