summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-03 23:31:24 +0000
committerKarl Berry <karl@freefriends.org>2009-10-03 23:31:24 +0000
commit212170fad42877dd61fff1a6edf43a39f6086313 (patch)
treebb29bac610c843270ec8cb28cf5c9f429b52cc88 /Master/tlpkg/TeXLive/TLPSRC.pm
parent928ca2b0722b3b7e40a0b528fb34a6224e1e3896 (diff)
set $= to 99999 to avoid page overflow message
git-svn-id: svn://tug.org/texlive/trunk@15626 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 8cd00e9e725..da7d1861f68 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -183,6 +183,7 @@ sub writeout
my $self = shift;
my $fd = (@_ ? $_[0] : STDOUT);
format_name $fd "multilineformat";
+ $= = 99999; # no pages in this format
print $fd "name ", $self->name, "\n";
print $fd "category ", $self->category, "\n";
defined($self->{'catalogue'}) && print $fd "catalogue $self->{'catalogue'}\n";