From 72ef54a409e2c394cde6ad22963ff6f31da9fbc1 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Wed, 4 Jan 2017 20:34:56 +0000 Subject: [PATCH] u-reproducible-dl-stage0 Gbp-Pq: Name u-reproducible-dl-stage0.patch --- src/bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 63feea1057..34b70ecf63 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -63,7 +63,7 @@ def download(path, url, verbose): ".DownloadFile('{}', '{}')".format(url, path)], verbose=verbose) else: - run(["curl", "-o", path, url], verbose=verbose) + run(["curl", "-R", "-o", path, url], verbose=verbose) def verify(path, sha_path, verbose): -- 2.30.2