Skip to content

Commit

Permalink
Fully drop stdconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Feb 26, 2023
1 parent 06dfccb commit 7d42875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@ this project uses date-based 'snapshot' version identifiers.
- Restore epoch settings for `dvitopdf()`
- Use plural form of variable `ps2pdfopts` consistently in code and doc, and
retain compatibility with singular form `ps2pdfopt` (issue #275)
- Remove the last trace of dropped variable `stdconfig`

## [2023-02-20]

Expand Down
4 changes: 2 additions & 2 deletions l3build.lua
Expand Up @@ -123,9 +123,9 @@ epoch = normalise_epoch(epoch)
--
-- When we have specific files to deal with, only use explicit configs
-- (or just the std one)
-- (or just the default one)
if options["names"] then
checkconfigs = options["config"] or {stdconfig}
checkconfigs = options["config"] or {"build"}
else
checkconfigs = options["config"] or checkconfigs
end
Expand Down

0 comments on commit 7d42875

Please sign in to comment.