[latex3-commits] [git/LaTeX3-latex3-l3build] master: Fix main name for subscripts (e7352d2)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 6 22:56:37 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/e7352d23ad86a4b7c3e955c474616978ed5709a1

>---------------------------------------------------------------

commit e7352d23ad86a4b7c3e955c474616978ed5709a1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 6 21:50:00 2018 +0000

    Fix main name for subscripts


>---------------------------------------------------------------

e7352d23ad86a4b7c3e955c474616978ed5709a1
 l3build-variables.lua |    2 +-
 l3build.lua           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index 3b1862e..5b20c45 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -116,7 +116,7 @@ checkformat  = checkformat  or "latex"
 stdengine    = stdengine    or "pdftex"
 
 -- Configs for testing
-checkconfigs = checkconfigs or {"build.lua"}
+checkconfigs = checkconfigs or {"build"}
 
 -- Enable access to trees outside of the repo
 -- As these may be set false, a more elaborate test than normal is needed
diff --git a/l3build.lua b/l3build.lua
index e21d6b5..7b9bd6c 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -130,7 +130,7 @@ if options["target"] == "check" then
   end
 end
 if #checkconfigs == 1 and
-   checkconfigs[1] ~= "build.lua" and
+   checkconfigs[1] ~= "build" and
    (options["target"] == "check" or options["target"] == "save") then
    local config = "./" .. checkconfigs[1] .. ".lua"
    if fileexists(config) then





More information about the latex3-commits mailing list