summaryrefslogtreecommitdiff
path: root/Master/bin/i386-freebsd/luatools
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-02 22:28:17 +0000
committerKarl Berry <karl@freefriends.org>2010-06-02 22:28:17 +0000
commit2a2fbc131c15823a6094173b0ae4b08d06500381 (patch)
treece31ae0e565e3407d8e66fc3e6b0bc22b511642c /Master/bin/i386-freebsd/luatools
parent9714d2bea6b318b1d024e34b07d229c03f78eabb (diff)
mtxrun/luatools automatically and silently create cache dir
git-svn-id: svn://tug.org/texlive/trunk@18700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-freebsd/luatools')
-rwxr-xr-xMaster/bin/i386-freebsd/luatools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/i386-freebsd/luatools b/Master/bin/i386-freebsd/luatools
index 51c8751abf4..581ba70c86a 100755
--- a/Master/bin/i386-freebsd/luatools
+++ b/Master/bin/i386-freebsd/luatools
@@ -7117,7 +7117,7 @@ caches.more = caches.more or "context"
caches.direct = false -- true is faster but may need huge amounts of memory
caches.tree = false
caches.paths = caches.paths or nil
-caches.force = false
+caches.force = true -- changed for TEXLIVE by TH
caches.defaults = { "TEXMFCACHE", "TMPDIR", "TEMPDIR", "TMP", "TEMP", "HOME", "HOMEPATH" }
function caches.temp()