File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ echo "Done installing dependencies"
44
44
echo " Downloading spidermonkey source code"
45
45
# Read the commit hash for mozilla-central from the `mozcentral.version` file
46
46
MOZCENTRAL_VERSION=$( cat mozcentral.version)
47
- wget -c -q -O firefox-source-${MOZCENTRAL_VERSION} .zip https://hg.mozilla.org/mozilla-central/archive/${MOZCENTRAL_VERSION} .zip
47
+ wget -t - c -nv -O firefox-source-${MOZCENTRAL_VERSION} .zip https://hg.mozilla.org/mozilla-central/archive/${MOZCENTRAL_VERSION} .zip
48
48
unzip -q firefox-source-${MOZCENTRAL_VERSION} .zip && mv mozilla-central-${MOZCENTRAL_VERSION} firefox-source
49
49
echo " Done downloading spidermonkey source code"
50
50
@@ -127,4 +127,4 @@ if test -f .git/hooks/pre-commit; then
127
127
fi
128
128
cd ../..
129
129
echo " Done building uncrustify"
130
- fi
130
+ fi
You can’t perform that action at this time.
0 commit comments