[tex-live] typo in TLUtils.pm

Daniel Oehry oda at gmx.li
Sun Nov 1 10:03:35 CET 2009


In line 2237 of TLUtils.pm dashes are missing.

Daniel

--- TLUtils.pm	2009-11-01 09:56:29.100373877 +0100
+++ TLUtils.pm.correct	2009-11-01 10:02:56.143668898 +0100
@@ -2234,7 +2234,7 @@
 
   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;


More information about the tex-live mailing list