[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Correct one missed s/master/main/ (fixes #574) (e1d56219)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jun 2 09:34:20 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e1d562194a42623c2e206ef37267827dd7cda940
>---------------------------------------------------------------
commit e1d562194a42623c2e206ef37267827dd7cda940
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jun 2 08:34:20 2021 +0100
Correct one missed s/master/main/ (fixes #574)
>---------------------------------------------------------------
e1d562194a42623c2e206ef37267827dd7cda940
base/build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/build.lua b/base/build.lua
index 382d9700..e8c87be5 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -205,6 +205,6 @@ end
dofile (maindir .. "/build-config.lua")
-- Suppress makeindex tree other than formal releases
-if not master_branch then
+if not main_branch then
makeindexfiles = { }
end
More information about the latex3-commits
mailing list.