[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Correct one missed s/master/main/ (fixes #574) (b4111d4a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jun 2 09:34:32 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : main
Link : https://github.com/latex3/latex2e/commit/b4111d4a172d13f126cc8534bd54d88f506e29e0
>---------------------------------------------------------------
commit b4111d4a172d13f126cc8534bd54d88f506e29e0
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)
>---------------------------------------------------------------
b4111d4a172d13f126cc8534bd54d88f506e29e0
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.