Skip to content

Commit

Permalink
Correct std number of typesetruns
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Sep 12, 2019
1 parent c1aad95 commit e7a2f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build-variables.lua
Expand Up @@ -179,7 +179,7 @@ end
maxprintline = maxprintline or 79
packtdszip = packtdszip or false
typesetcmds = typesetcmds or ""
typesetruns = typesetruns or 2
typesetruns = typesetruns or 3
recordstatus = recordstatus or false
-- Extensions for various file types: used to abstract out stuff a bit
Expand Down

0 comments on commit e7a2f3c

Please sign in to comment.