Skip to content

Commit

Permalink
Mumble
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Oct 24, 2024
1 parent 5d3b67e commit ac63a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build-ctan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function ctan()
end
end
-- Rename README if necessary
if ctanreadme ~= "" and not match(lower(ctanreadme),"^readme$")
if ctanreadme ~= "" and not match(lower(ctanreadme),"^readme$") and
not match(lower(ctanreadme),"^readme%.%w+") then
local newfile = "README." .. match(ctanreadme,"%.(%w+)$")
for _,dir in pairs({ctandir .. "/" .. ctanpkg,
Expand Down

0 comments on commit ac63a2f

Please sign in to comment.