diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-31 23:41:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-31 23:41:26 +0000 |
commit | cda89488eaf6130398362fedbf16f0b2239c7cb4 (patch) | |
tree | f0346d0a6e2a0407e86a217931b3c7ab5e075bd3 /Master/tlpkg/libexec | |
parent | b5ccc582ec4c5dc4f4a709a8eed6f96a5d8d673d (diff) |
tikzscale (31mar13)
git-svn-id: svn://tug.org/texlive/trunk@29569 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 c5e5b0c5677..d13b6e4dc2c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2837,7 +2837,7 @@ sub runins { print "\t RUNINS $thispatt\n"; for (grep (/$thispatt/, @filenames)) { # do not infinite loop on docstrip "output directory", e.g., fltpoint. - &runjob ("yes | sed 10q | $insrunner $_"); + &runjob ("yes | sed 10q | env MKTEXTFM=0 MKTEXMF=0 MKTEXPK=0 $insrunner $_"); # in the case of fullblck, the .dtx creates the .ins (so the .ins is # not in @filenames), and the .ins creates the .sty. Why hasn't |