We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62948e9 commit 227dcbcCopy full SHA for 227dcbc
lib/fetch-libc++.sh
@@ -49,7 +49,8 @@ done
49
50
if [[ $FOUND -ne 0 ]]; then
51
echo "Unpacking $ZIP_FILE..."
52
- unzip -q $ZIP_FILE
+ # -n: never overwrite existing files, -q: quiet mode
53
+ unzip -n -q $ZIP_FILE
54
echo "Done upacking $ZIP_FILE..."
55
else
56
echo "ERROR: Unable to find tock-libc++"
lib/fetch-newlib.sh
@@ -47,7 +47,8 @@ done
47
48
echo "ERROR: Unable to find tock-newlib"
0 commit comments