[latex3-commits] [git/LaTeX3-latex3-l3build] ctan-post: make temporary debug message understandable (746ac5d)
David Carlisle
d.p.carlisle at gmail.com
Sun Aug 5 10:18:19 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : ctan-post
Link : https://github.com/latex3/l3build/commit/746ac5d042c6a21c931b23c898db2036f8349fee
>---------------------------------------------------------------
commit 746ac5d042c6a21c931b23c898db2036f8349fee
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Aug 5 09:18:19 2018 +0100
make temporary debug message understandable
>---------------------------------------------------------------
746ac5d042c6a21c931b23c898db2036f8349fee
l3build-ctan-post.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-ctan-post.lua b/l3build-ctan-post.lua
index dc857a4..7413e31 100644
--- a/l3build-ctan-post.lua
+++ b/l3build-ctan-post.lua
@@ -168,7 +168,7 @@ end
function ctan_single_field(fname,fvalue,max,desc,mandatory)
-print('@@' .. fname .. tostring(fvalue or '??'))
+print('ctan-post: ' .. fname .. ' ' ..tostring(fvalue or '??'))
if((fvalue==nil and mandatory) or (fvalue == 'ask')) then
if (max < 256) then
fvalue=input_single_line_field(fname)
More information about the latex3-commits
mailing list