summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index c92c12b4c30..06de4c721bf 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -770,7 +770,7 @@ sub _download_file {
my $wget = $ENV{"TL_DOWNLOAD_PROGRAM"} || $wgetdefault;
# we set now the args in installer/wgetrc
- my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} || "";
+ my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} || "-O";
tllog($::LOG_DEBUG, "Trying to download $url\n");