[tex-live] uninitialized variable $firstline in TLUtils.pm

Norbert Preining preining at logic.at
Wed Sep 19 02:32:03 CEST 2012


Hi,

I assume you have an empty updmap.cdg, right?

>  if ($firstline =~ m/^# Generated by (install-tl|.*\/tlmgr) on/) {

This should read
  if (defined($firstline) && $firstline =~ ........

Can you change that and let us know the result?

Norbert


More information about the tex-live mailing list