summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwanchao-xu <wanchao.xu@samsung.com>2023-09-26 15:24:01 +0800
committerwanchao-xu <wanchao.xu@samsung.com>2023-09-26 15:24:01 +0800
commit4048f20c1227b56ee5cb585a7403cca11580372c (patch)
tree5d90db604a5ac1b3e8d6a71f4abcf269903c8fb4
parent5f99025c9158f8080a10bc67a3bbff37259aa6fd (diff)
parent521440975a4d45281de5498574751fd2dddf3d78 (diff)
downloadbuild-sandbox/xuwc/devel-riscv.tar.gz
build-sandbox/xuwc/devel-riscv.tar.bz2
build-sandbox/xuwc/devel-riscv.zip
Merge remote-tracking branch 'origin/devel' into sandbox/xuwc/devel-riscvsandbox/xuwc/devel-riscv
Change-Id: I5666781314917463828a7bb5944c693b1b150274
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 6b374d3..5442727 100755
--- a/download
+++ b/download
@@ -88,7 +88,7 @@ for my $url (@ARGV) {
$url = URI->new($url);
}
}
- $ua->env_proxy if $url->scheme ne 'https';
+ $ua->env_proxy;
my $dest = "$dir/".basename($url->path).".tmp";
unlink($dest); # just in case
my $retry = 3;