diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-11-01 10:20:34 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-11-01 10:20:34 +0000 |
commit | db406a3e030a85dfa9dcff1c09c09fe04efaecaa (patch) | |
tree | ddf054827780bb08ea85d7c8c22ae189f7b85d10 /Master/tlpkg/TeXLive | |
parent | c1dff51fd505006fdc37f00001db6b43374f30b4 (diff) |
missing option dashes
git-svn-id: svn://tug.org/texlive/trunk@15923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 48516389cba..26f35e009a7 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2234,7 +2234,7 @@ sub _download_file my $wget = $ENV{"TL_DOWNLOAD_PROGRAM"} || $wgetdefault; my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} - || "--user-agent=texlive tries=10 --timeout=90 -q -O"; + || "--user-agent=texlive --tries=10 --timeout=90 -q -O"; debug("downloading $url using $wget $wgetargs\n"); my $ret; |