diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-10 19:54:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-10 19:54:45 +0000 |
commit | 88477dc7634ee7e3a85cf58b34677c0ce57d64e8 (patch) | |
tree | 53573832545247d10eb6a94d364801874e01e849 /Master/bin/sparc-linux/fmtutil | |
parent | e8b52b47ee619767f576cefa4f4676363c3343d5 (diff) |
sparc-linux binaries from vvv
git-svn-id: svn://tug.org/texlive/trunk@2674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/sparc-linux/fmtutil')
-rwxr-xr-x | Master/bin/sparc-linux/fmtutil | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/bin/sparc-linux/fmtutil b/Master/bin/sparc-linux/fmtutil index c8daaf8e112..e061f4f20af 100755 --- a/Master/bin/sparc-linux/fmtutil +++ b/Master/bin/sparc-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 |