summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-install.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-04 20:33:56 +0000
committerKarl Berry <karl@freefriends.org>2024-01-04 20:33:56 +0000
commit32a641f484bf4f20a262ad06facd5bd4d560a001 (patch)
tree0d81c01c3bfb10af143388e0c7c3e7ae3cf372c2 /Master/texmf-dist/scripts/l3build/l3build-install.lua
parentb66da2c166487b44cd87b9312387a726ab302969 (diff)
l3build (4jan24)
git-svn-id: svn://tug.org/texlive/trunk@69300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-install.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-install.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-install.lua b/Master/texmf-dist/scripts/l3build/l3build-install.lua
index ad5aeaaac65..9e2286481ef 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-install.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-install.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-install.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-install.lua Copyright (C) 2018-2024 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -32,7 +32,6 @@ local var_value = kpse.var_value
local gsub = string.gsub
local lower = string.lower
local match = string.match
-local format = string.format
local insert = table.insert