diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-07 14:46:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-07 14:46:38 +0000 |
commit | d2b08350013d261085a892f3a95be72f223e5de8 (patch) | |
tree | 112183e64b244643304329230feb859f258df1fd /Master/bin/x86_64-linux/fmtutil | |
parent | ba742ac9d450eafd5d4eb49b220e0b53b13d9590 (diff) |
update from tigran
git-svn-id: svn://tug.org/texlive/trunk@2607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-linux/fmtutil')
-rwxr-xr-x | Master/bin/x86_64-linux/fmtutil | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/bin/x86_64-linux/fmtutil b/Master/bin/x86_64-linux/fmtutil index c8daaf8e112..e061f4f20af 100755 --- a/Master/bin/x86_64-linux/fmtutil +++ b/Master/bin/x86_64-linux/fmtutil @@ -29,6 +29,7 @@ ############################################################################### # program history: # Fr Apr 8 19:15:05 CEST 2005 cleanup now has an argument for the return code +# Do Mar 02 10:42:31 CET 2006 add tmpdir to TEXFORMATS # So Mär 27 18:52:06 CEST 2005 honor $TMPDIR, $TEMP and $TMP, not just $TMP # Sa Jan 15 18:13:46 CET 2005 avoid multiple variable assignments in one statement # Di Jan 11 11:42:36 CET 2005 fix --byhyphen with relative hyphenfile @@ -517,6 +518,10 @@ main() # due to KPSE_DOT, we don't search the current directory, so include # it explicitly for formats that \write and later on \read TEXINPUTS="$tmpdir:$TEXINPUTS"; export TEXINPUTS + # for formats that load other formats (e.g., jadetex loads latex.fmt), + # add the current directory to TEXFORMATS, too. Currently unnecessary + # for MFBASES and MPMEMS. + TEXFORMATS="$tmpdir:$TEXFORMATS"; export TEXFORMATS setupTmpDir cd "$tmpdir" || cleanup 1 |