[latex3-commits] [git/LaTeX3-latex3-l3build] master: One maindir should be currentdir (c1ad89f)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Aug 23 17:35:54 CEST 2018


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

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

commit c1ad89fb06a0f159985374dbe53e89986601970c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Aug 23 16:35:37 2018 +0100

    One maindir should be currentdir


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

c1ad89fb06a0f159985374dbe53e89986601970c
 l3build-clean.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-clean.lua b/l3build-clean.lua
index 3fd8396..01927a7 100644
--- a/l3build-clean.lua
+++ b/l3build-clean.lua
@@ -45,7 +45,7 @@ end
 function bundleclean()
   local errorlevel = call(modules, "clean")
   for _,i in ipairs(cleanfiles) do
-    errorlevel = rm(maindir, i) + errorlevel
+    errorlevel = rm(currentdir, i) + errorlevel
   end
   return (
     errorlevel     +





More information about the latex3-commits mailing list