diff options
author | wanchao-xu <wanchao.xu@samsung.com> | 2023-09-26 15:24:01 +0800 |
---|---|---|
committer | wanchao-xu <wanchao.xu@samsung.com> | 2023-09-26 15:24:01 +0800 |
commit | 4048f20c1227b56ee5cb585a7403cca11580372c (patch) | |
tree | 5d90db604a5ac1b3e8d6a71f4abcf269903c8fb4 | |
parent | 5f99025c9158f8080a10bc67a3bbff37259aa6fd (diff) | |
parent | 521440975a4d45281de5498574751fd2dddf3d78 (diff) | |
download | build-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-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |