boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
027cf345
by Nicolas Vigier at 2023-03-13T15:59:18+01:00
1 changed file:
Changes:
... | ... | @@ -33,7 +33,7 @@ var: |
33 | 33 | rezip: |
|
34 | 34 | rezip_tmpdir=$(mktemp -d)
|
35 | 35 | mkdir -p "$rezip_tmpdir/z"
|
36 | - unzip -d "$rezip_tmpdir/z" -- [% c("rezip_file") %] || [ $? -lt 3 ]
|
|
36 | + unzip -q -d "$rezip_tmpdir/z" -- [% c("rezip_file") %] || [ $? -lt 3 ]
|
|
37 | 37 | pushd "$rezip_tmpdir/z"
|
38 | 38 | [% c("zip", {
|
39 | 39 | zip_src => [ '.' ],
|