Skip to content

Commit

Permalink
Fix epoch setting with dvitopdf()
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Feb 20, 2023
1 parent 129159f commit fca19ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

### Fixed
- Restore epoch settings for `dvitopdf()`

## [2023-02-20]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion l3build-check.lua
Expand Up @@ -791,7 +791,7 @@ function runtest(name, engine, hide, ext, test_type, breakout)
.. (checksearch and os_pathsep or "")
.. os_concat ..
-- ensure epoch settings
set_epoch_cmd(epoch, forcecheckepoch) ..
set_epoch_cmd(epoch, forcecheckepoch) ..
-- Ensure lines are of a known length
os_setenv .. " max_print_line=" .. maxprintline
.. os_concat ..
Expand Down
1 change: 1 addition & 0 deletions l3build-typesetting.lua
Expand Up @@ -57,6 +57,7 @@ end
function dvitopdf(name, dir, engine, hide)
runcmd(
set_epoch_cmd(epoch, forcecheckepoch) ..
"dvips " .. name .. dviext
.. (hide and (" > " .. os_null) or "")
.. os_concat ..
Expand Down

0 comments on commit fca19ab

Please sign in to comment.