Skip to content

Commit 2a3d9fd

Browse files
committed
Make the unzip quite
1 parent 2431ce3 commit 2a3d9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def extract_zip(bundle, target):
109109
return True
110110
else:
111111
# Don't use zipfile on unix systems, it doesn't do permissions properly
112-
return subprocess.call(["unzip", "-DD", bundle, "-d", target]) == 0
112+
return subprocess.call(["unzip", "-qq", "-DD", bundle, "-d", target]) == 0
113113

114114

115115
if not os.path.exists(bn_dev_path):

0 commit comments

Comments
 (0)