summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3build/l3build-variables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/l3build-variables.lua')
-rw-r--r--Master/texmf-dist/tex/latex/l3build/l3build-variables.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/l3build/l3build-variables.lua b/Master/texmf-dist/tex/latex/l3build/l3build-variables.lua
index 7115d1f86ae..d531be2dca8 100644
--- a/Master/texmf-dist/tex/latex/l3build/l3build-variables.lua
+++ b/Master/texmf-dist/tex/latex/l3build/l3build-variables.lua
@@ -177,6 +177,9 @@ end
asciiengines = asciiengines or {"pdftex"}
checkruns = checkruns or 1
epoch = epoch or 1463734800
+if flatten == nil then
+ flatten = true
+end
maxprintline = maxprintline or 79
packtdszip = packtdszip or false
scriptname = scriptname or "build.lua"