[latex3-commits] [git/LaTeX3-latex3-l3build] master: Tidy up quoting (0120f1b)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Dec 22 12:53:34 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/0120f1b2483b66a6cf3459bc2390c4b5ddf4d784

>---------------------------------------------------------------

commit 0120f1b2483b66a6cf3459bc2390c4b5ddf4d784
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Dec 22 11:52:45 2018 +0000

    Tidy up quoting


>---------------------------------------------------------------

0120f1b2483b66a6cf3459bc2390c4b5ddf4d784
 l3build-upload.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-upload.lua b/l3build-upload.lua
index 257e466..87ef875 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -123,7 +123,7 @@ function upload(tagnames)
   ctan_field("version",      uploadconfig.version,        32, "Package version",                     true,  false )
 
   -- finish constructing the curl command:
-  ctan_post = ctan_post .. " --form 'file=@" .. tostring(uploadfile) .. ";filename=" .. tostring(uploadfile) .. "'"
+  ctan_post = ctan_post .. ' --form "file=@' .. tostring(uploadfile) .. ';filename=' .. tostring(uploadfile) .. '"'
   ctan_post = ctan_post ..  " https://ctan.org/submit/"
 
   -- avoid lower level error from post command if zip file missing





More information about the latex3-commits mailing list