[latex3-commits] [latex3/latex3] main: Correct an update semi-internal l3build fn name (f67cba4f7)

github at latex-project.org github at latex-project.org
Sun Oct 8 20:29:56 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/f67cba4f78698dbaee063298e69ae0fe7fa74e8c

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

commit f67cba4f78698dbaee063298e69ae0fe7fa74e8c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 8 19:29:56 2023 +0100

    Correct an update semi-internal l3build fn name


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

f67cba4f78698dbaee063298e69ae0fe7fa74e8c
 l3kernel/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index 9ca3ee3bf..f37c34a37 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -116,7 +116,7 @@ the LaTeX3 conventions can be used with regular LaTeX2e packages.
 function cmdcheck()
   mkdir(localdir)
   cleandir(testdir)
-  depinstall(checkdeps)
+  dep_install(checkdeps)
   for _,filetype in pairs(
       {bibfiles, docfiles, typesetfiles, typesetdemofiles}
     ) do





More information about the latex3-commits mailing list.