[latex3-commits] [latex3/l3build] main: Add missing `gsub` local binding (a4fc2f9)

github at latex-project.org github at latex-project.org
Tue Jan 2 15:27:14 CET 2024


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

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

commit a4fc2f98a898c369f8cd2c7bc07fb8798adf00fc
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Tue Jan 2 21:33:18 2024 +0800

    Add missing `gsub` local binding
    
    Needed after commit 6a9f282 (Move runcmd() to l3build-aux, 2023-07-17).


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

a4fc2f98a898c369f8cd2c7bc07fb8798adf00fc
 l3build-aux.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/l3build-aux.lua b/l3build-aux.lua
index fc535cc..71f6380 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -25,6 +25,7 @@ for those people who are interested.
 -- local safety guards and shortcuts
 
 local match = string.match
+local gsub  = string.gsub
 
 local pairs = pairs
 local print = print





More information about the latex3-commits mailing list.