[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing "=" (b6974641a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jul 29 19:30:26 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b6974641a44d01a41a36ebfc03ae48516e79bd6f
>---------------------------------------------------------------
commit b6974641a44d01a41a36ebfc03ae48516e79bd6f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jul 29 18:30:26 2019 +0100
Missing "="
>---------------------------------------------------------------
b6974641a44d01a41a36ebfc03ae48516e79bd6f
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 52f3f6044..ef1a2434e 100644
--- a/build.lua
+++ b/build.lua
@@ -45,7 +45,7 @@ function main(target)
errorlevel = call(bundles,"uninstall")
elseif target == "unpack" then
errorlevel = call (bundles, "unpack")
- elseif target = "upload" then
+ elseif target == "upload" then
errorlevel = call(ctanbundles,"upload")
elseif target == "tag" then
if options["names"] and #options["names"] == 1 then
More information about the latex3-commits
mailing list