[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: missing then (201577a7)

David Carlisle d.p.carlisle at gmail.com
Sun Jul 21 11:45:57 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/201577a7852d7122c6ce37275f0f769546c4cf79

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

commit 201577a7852d7122c6ce37275f0f769546c4cf79
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Jul 21 10:45:57 2019 +0100

    missing then


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

201577a7852d7122c6ce37275f0f769546c4cf79
 base/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/build.lua b/base/build.lua
index 7f2c94c6..161773f6 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -134,7 +134,7 @@ function format ()
     if errorlevel ~=0 then
       return errorlevel
     end
-    if exist(unpackdir,"latex.fmt")
+    if exist(unpackdir,"latex.fmt") then
       ren (unpackdir, "latex.fmt", fmtname)
     end
     -- As format building is added in as an 'extra', the normal





More information about the latex3-commits mailing list