summaryrefslogtreecommitdiff
path: root/Master/bin/i386-darwin/fmtutil
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-12-12 13:06:24 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-12-12 13:06:24 +0000
commit841b188679aeb0370a90b8589995dc9e2eac9e29 (patch)
treeeb9d5630dfa2a52925187d50058cf5070b8c8168 /Master/bin/i386-darwin/fmtutil
parentffb4945c317ad300d0ea194a12fc4048f405b2bd (diff)
new i386-darwin binaries
git-svn-id: svn://tug.org/texlive/trunk@2698 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-darwin/fmtutil')
-rwxr-xr-xMaster/bin/i386-darwin/fmtutil5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/bin/i386-darwin/fmtutil b/Master/bin/i386-darwin/fmtutil
index c8daaf8e112..e061f4f20af 100755
--- a/Master/bin/i386-darwin/fmtutil
+++ b/Master/bin/i386-darwin/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