summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/data-fil.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/data-fil.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/data-fil.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/data-fil.lua b/Master/texmf-dist/tex/context/base/data-fil.lua
index 0e82008f35e..6eb29ac3228 100644
--- a/Master/texmf-dist/tex/context/base/data-fil.lua
+++ b/Master/texmf-dist/tex/context/base/data-fil.lua
@@ -38,7 +38,8 @@ end
function generators.file(specification)
local path = specification.filename
- local content = resolvers.scanfiles(path)
+ local content = resolvers.scanfiles(path,false,true) -- scan once
+--~ inspect(content)
resolvers.registerfilehash(path,content,true)
end