summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs-45/get-sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/mozjs-45/get-sources.sh')
-rwxr-xr-x[-rw-r--r--]src/third_party/mozjs-45/get-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/mozjs-45/get-sources.sh b/src/third_party/mozjs-45/get-sources.sh
index 089a52d2793..971e25de800 100644..100755
--- a/src/third_party/mozjs-45/get-sources.sh
+++ b/src/third_party/mozjs-45/get-sources.sh
@@ -5,7 +5,7 @@
VERSION=45.8.0esr
TARBALL=firefox-$VERSION.source.tar.xz
if [ ! -f $TARBALL ]; then
- wget "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL"
+ curl -O "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL"
fi
xzcat $TARBALL | tar -xf-