[latex3-commits] [l3svn] 04/07: l3build: One "setversion_update_line" missed "
noreply at latex-project.org
noreply at latex-project.org
Thu Oct 8 19:31:49 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit e309f2dd66cd804afffec2380dc39314f1c91e71
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Oct 8 18:05:52 2015 +0100
l3build: One "setversion_update_line" missed
"
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 6f4f8d6..4d137d9 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1667,7 +1667,7 @@ function save(names)
end
-- Provide some standard search-and-replace functions
-if versionform ~= "" and not updateline then
+if versionform ~= "" and not setversion_update_line then
if versionform == "ProvidesPackage" then
function setversion_update_line(line, date, version)
local i
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list