[latex3-commits] [git/LaTeX3-latex3-l3build] TDS: Missing boolean (d00bc22)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jul 26 22:28:30 CEST 2019


Repository : https://github.com/latex3/l3build
On branch  : TDS
Link       : https://github.com/latex3/l3build/commit/d00bc22ffa81491fae73e9a9f4bf7d92f5e76143

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

commit d00bc22ffa81491fae73e9a9f4bf7d92f5e76143
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jul 26 21:28:30 2019 +0100

    Missing boolean


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

d00bc22ffa81491fae73e9a9f4bf7d92f5e76143
 l3build-install.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/l3build-install.lua b/l3build-install.lua
index 66b1ae6..c607e8d 100644
--- a/l3build-install.lua
+++ b/l3build-install.lua
@@ -118,6 +118,7 @@ function install_files(target,full,dry_run)
             if match(file,pattern) then
               insert(paths,path)
               insert(filenames,path .. "/" .. file)
+              matched = true
               break
             end
           end





More information about the latex3-commits mailing list