[tex-live] tlmgr bug in option: --package-logfile

Ronny Kotzschmar ronny.kotzschmar at t-online.de
Wed Dec 30 18:56:25 CET 2009


Hi,

I hope, this is the right place to inform you about a bug in the tlmgr script.

Using the tlmgr global option "--package-logfile file" will fail with the error message:

Unknown option: package-logfile
Usage:
    tlmgr [*option*]... *action* [*option*]... [*operand*]...

That is because the tlmgr script uses

package-logfiles    and not
package-logfile

as the option name:

  my %globaloptions = (
    "gui" => 1,
    "gui-lang" => "=s",
    "debug-translation" => 1,
    "location|repository|repo" => "=s",
    "machine-readable" => 1,
    "package-logfiles" => "=s",
    "persistent-downloads" => 1,
    "pause" => 1,
    "version" => 1,
    "help|h|?" => 1);

Regards,
ronny k





-- 
non serviam



More information about the tex-live mailing list