[latex3-commits] [git/LaTeX3-latex3-l3build] master: logic no longer needed (be66654)

Will Robertson will at wspr.io
Tue Dec 18 13:45:20 CET 2018


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

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

commit be66654721efc3d4eb8b8d309d325f84643f8ae6
Author: Will Robertson <wspr81 at gmail.com>
Date:   Sun Dec 16 21:52:23 2018 +1030

    logic no longer needed


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

be66654721efc3d4eb8b8d309d325f84643f8ae6
 l3build-upload.lua |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/l3build-upload.lua b/l3build-upload.lua
index a2ee9ab..bf31aba 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -61,10 +61,6 @@ local ctanupload = ctanupload or "ask"
 function upload()
 
   -- try a sensible default for the package name:
-  local bundle = bundle or ""
-  if bundle == "" then
-    bundle = nil
-  end
   uploaddata.pkg = uploaddata.pkg or ctanpkg or nil
 
   --         field                                   max  desc                                 mandatory  multi





More information about the latex3-commits mailing list