[latex3-commits] [latex3/l3build] main: Remove two unused internals (fixes #300) (f3497f6)
github at latex-project.org
github at latex-project.org
Sun Jul 16 21:07:10 CEST 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/f3497f61a23e0b870a331cd5833aa3886d37c15e
>---------------------------------------------------------------
commit f3497f61a23e0b870a331cd5833aa3886d37c15e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jul 16 20:07:10 2023 +0100
Remove two unused internals (fixes #300)
>---------------------------------------------------------------
f3497f61a23e0b870a331cd5833aa3886d37c15e
l3build-file-functions.lua | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index 841c055..d6ec0cd 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-file-functions.lua Copyright (C) 2018-2022 The LaTeX Project
+File l3build-file-functions.lua Copyright (C) 2018-2023 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
@@ -130,8 +130,6 @@ os_setenv = "export"
os_yes = "printf 'y\\n%.0s' {1..300}"
os_ascii = "echo \"\""
-os_cmpexe = getenv("cmpexe") or "cmp"
-os_cmpext = getenv("cmpext") or ".cmp"
os_diffext = getenv("diffext") or ".diff"
os_diffexe = getenv("diffexe") or "diff -c --strip-trailing-cr"
os_grepexe = "grep"
@@ -139,8 +137,6 @@ os_newline = "\n"
if os_type == "windows" then
os_ascii = "@echo."
- os_cmpexe = getenv("cmpexe") or "fc /b"
- os_cmpext = getenv("cmpext") or ".cmp"
os_concat = "&"
os_diffext = getenv("diffext") or ".fc"
os_diffexe = getenv("diffexe") or "fc /n"
More information about the latex3-commits
mailing list.