diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-06-02 15:30:26 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-06-02 15:30:26 +0000 |
commit | 9f2f42ab5d7ad9e6d9deecf37ed4671af83c5204 (patch) | |
tree | 706752aa23779b5cc68b645d686e30f2ffb86acf /Master/texmf-dist/scripts/context/stubs/unix/luatools | |
parent | 9df44466947b22f1922f4bbc942f38c8777c82f9 (diff) |
If ~/.texlive2010 didn't exist at all, mtxrun/luatools would ask the
user interactively whether it should be created. This is a nono, so
this patches makes the creation silent and automatic.
git-svn-id: svn://tug.org/texlive/trunk@18697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/context/stubs/unix/luatools')
-rwxr-xr-x | Master/texmf-dist/scripts/context/stubs/unix/luatools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/context/stubs/unix/luatools b/Master/texmf-dist/scripts/context/stubs/unix/luatools index 51c8751abf4..581ba70c86a 100755 --- a/Master/texmf-dist/scripts/context/stubs/unix/luatools +++ b/Master/texmf-dist/scripts/context/stubs/unix/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() |