summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/l3build-file-functions.lua
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-18 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2023-07-18 03:01:03 +0000
commit26db8c4a83cf4c293f2b285fb398e8d676dff136 (patch)
tree7c5b51cdd7346645b9a10afa0598b129ae0470d6 /macros/latex/contrib/l3build/l3build-file-functions.lua
parent2d6f89f83b7567136c3a40b3b55f9be1e06bd99e (diff)
CTAN sync 202307180301
Diffstat (limited to 'macros/latex/contrib/l3build/l3build-file-functions.lua')
-rw-r--r--macros/latex/contrib/l3build/l3build-file-functions.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/macros/latex/contrib/l3build/l3build-file-functions.lua b/macros/latex/contrib/l3build/l3build-file-functions.lua
index 841c05571a..d6ec0cd513 100644
--- a/macros/latex/contrib/l3build/l3build-file-functions.lua
+++ b/macros/latex/contrib/l3build/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"