Ticket #22437: patch-fmt_info.pl.diff

File patch-fmt_info.pl.diff, 425 bytes (added by mklein-de (Michael Klein), 14 years ago)
  • lib/fmt/fmt_info.pl

    old new  
    142142  close $TMPINFO;
    143143
    144144  # Change to something useful origin filename given by makeinfo
    145   $infotext =~ s/$texifile/$fileinfo/;
     145  $infotext =~ s/\Q$texifile\E/$fileinfo/;
    146146
    147147  # Remove not needed line in resulting info file. Only first match.
    148148  $infotext =~ s/\\input texinfo//;