[latex3-commits] [git/LaTeX3-latex3-l3build] ctan-post: add y/n to upload question (d4c474f)
Will Robertson
wspr81 at gmail.com
Sun Dec 16 12:37:40 CET 2018
Repository : https://github.com/latex3/l3build
On branch : ctan-post
Link : https://github.com/latex3/l3build/commit/d4c474f178be9e7bb3bbfc76cb26208c1dcdf400
>---------------------------------------------------------------
commit d4c474f178be9e7bb3bbfc76cb26208c1dcdf400
Author: Will Robertson <wspr81 at gmail.com>
Date: Sun Dec 16 22:07:40 2018 +1030
add y/n to upload question
>---------------------------------------------------------------
d4c474f178be9e7bb3bbfc76cb26208c1dcdf400
l3build-upload.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-upload.lua b/l3build-upload.lua
index 3ba64b2..0cefec9 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -121,7 +121,7 @@ function upload()
-- if upload requested and validation succeeded repost to the upload URL
if (exit_status==0 or exit_status==nil) then
if (ctanupload ~=nil and ctanupload ~=false and ctanupload ~= true) then
- print("Validation successful, do you want to upload to CTAN?" )
+ print("Validation successful, do you want to upload to CTAN? [y/n]" )
local answer=""
io.write("> ")
io.flush()
More information about the latex3-commits
mailing list