diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-07 22:14:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-07 22:14:05 +0000 |
commit | d86a6ba8fbf3f7944373009206e0886d5a54961d (patch) | |
tree | 491aefed384cebbaeb6d340363d84944547f45ac /Master/tlpkg | |
parent | 5fe3004032c3a0ebc518b9de52d3d252e699542b (diff) |
latex (7jul15)
git-svn-id: svn://tug.org/texlive/trunk@37789 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7edfad1ba3b..8e6349a1993 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3202,7 +3202,7 @@ sub runins { for (grep (/$thispatt/, @filenames)) { my $env_mktex = "env MKTEXTFM=0 MKTEXMF=0 MKTEXPK=0"; # do not infinite loop on docstrip "output directory", e.g., fltpoint. - &runjob ("yes | sed 10q | $env_mktex $insrunner $_"); + &runjob ("yes | sed 1000q | $env_mktex $insrunner $_"); # bbold.dtx generates bbold.ins, and then does "low level hacks" to # run the .ins itself. We don't want to do anything. |