[latex3-commits] [git/LaTeX3-latex3-l3build] master: Couple of misplaced " (aba1faa)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Sep 23 20:04:44 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/aba1faaaa6bb08b6d9bcfb70dd42d509880cc960
>---------------------------------------------------------------
commit aba1faaaa6bb08b6d9bcfb70dd42d509880cc960
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Sep 23 19:04:44 2018 +0100
Couple of misplaced "
>---------------------------------------------------------------
aba1faaaa6bb08b6d9bcfb70dd42d509880cc960
l3build-ctan.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index 19f0961..f0ff815 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -134,8 +134,8 @@ function ctan()
end
-- Rename README if necessary
if ctanreadme ~= "" and not match(lower(ctanreadme),"^readme%.%w+") then
- for dir in pairs({"ctandir .. "/" .. ctanpkg",
- "tdsdir .. "/doc/" .. tdsroot .. "/" .. bundle"}) do
+ for dir in pairs({ctandir .. "/" .. ctanpkg,
+ tdsdir .. "/doc/" .. tdsroot .. "/" .. bundle}) do
if fileexists(dir .. "/" .. ctanreadme) then
ren(dir,ctanreadme,"README." .. match(ctanreadme,"%.(%w+)$"))
end
More information about the latex3-commits
mailing list