[latex3-commits] [git/LaTeX3-latex3-l3build] master: Make update_tag() replaceable by l3build itself (6127b90)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Aug 4 18:39:20 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/6127b90057404b76bae0e0323aee18ecf7862e4c
>---------------------------------------------------------------
commit 6127b90057404b76bae0e0323aee18ecf7862e4c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Aug 4 17:39:20 2018 +0100
Make update_tag() replaceable by l3build itself
>---------------------------------------------------------------
6127b90057404b76bae0e0323aee18ecf7862e4c
l3build-tagging.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-tagging.lua b/l3build-tagging.lua
index 9a6f8cf..052619d 100644
--- a/l3build-tagging.lua
+++ b/l3build-tagging.lua
@@ -28,7 +28,7 @@ local os_date = os.date
local match = string.match
local gsub = string.gsub
-function update_tag(filename,content,tagname,tagdate)
+update_tag = update_tag or function(filename,content,tagname,tagdate)
return content
end
More information about the latex3-commits
mailing list