Skip to content

Commit 962a99d

Browse files
authored
test
1 parent 0e85bb2 commit 962a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo "Done installing dependencies"
4444
echo "Downloading spidermonkey source code"
4545
# Read the commit hash for mozilla-central from the `mozcentral.version` file
4646
MOZCENTRAL_VERSION=$(cat mozcentral.version)
47-
wget -t -c -nv -O firefox-source-${MOZCENTRAL_VERSION}.zip https://hg.mozilla.org/mozilla-central/archive/${MOZCENTRAL_VERSION}.zip
47+
wget -t -c -O firefox-source-${MOZCENTRAL_VERSION}.zip https://hg.mozilla.org/mozilla-central/archive/${MOZCENTRAL_VERSION}.zip
4848
unzip -q firefox-source-${MOZCENTRAL_VERSION}.zip && mv mozilla-central-${MOZCENTRAL_VERSION} firefox-source
4949
echo "Done downloading spidermonkey source code"
5050

0 commit comments

Comments
 (0)