[latex3-commits] [latex3/l3build] main: Tidy up loading of lfs (513cd87)
github at latex-project.org
github at latex-project.org
Thu Nov 21 09:06:25 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/513cd87c304a9854b1c7fc113308fcf3391c70c1
>---------------------------------------------------------------
commit 513cd87c304a9854b1c7fc113308fcf3391c70c1
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Nov 21 08:06:18 2024 +0000
Tidy up loading of lfs
>---------------------------------------------------------------
513cd87c304a9854b1c7fc113308fcf3391c70c1
l3build-ctan.lua | 2 ++
l3build-file-functions.lua | 2 ++
l3build-upload.lua | 2 ++
3 files changed, 6 insertions(+)
diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index df0ad95..7828e31 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -22,6 +22,8 @@ for those people who are interested.
--]]
+local lfs = require("lfs")
+
local pairs = pairs
local print = print
diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index a1b22ce..d793422 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -22,6 +22,8 @@ for those people who are interested.
--]]
+local lfs = require("lfs")
+
local print = print
local open = io.open
diff --git a/l3build-upload.lua b/l3build-upload.lua
index 645445f..0c21f8f 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -22,6 +22,8 @@ for those people who are interested.
--]]
+local lfs = require("lfs")
+
local pairs = pairs
local print = print
local tostring = tostring
More information about the latex3-commits
mailing list.