texlive[71685] Master/texmf-dist/scripts/texlive/extractbb.lua:
commits+mseven at tug.org
commits+mseven at tug.org
Tue Jul 2 10:27:58 CEST 2024
Revision: 71685
https://tug.org/svn/texlive?view=revision&revision=71685
Author: mseven
Date: 2024-07-02 10:27:58 +0200 (Tue, 02 Jul 2024)
Log Message:
-----------
"extractbb" needs argv[0] to be a file, otherwise we get kpathsea errors.
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/extractbb.lua
Modified: trunk/Master/texmf-dist/scripts/texlive/extractbb.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/extractbb.lua 2024-07-01 23:42:48 UTC (rev 71684)
+++ trunk/Master/texmf-dist/scripts/texlive/extractbb.lua 2024-07-02 08:27:58 UTC (rev 71685)
@@ -42,7 +42,7 @@
-- The name to use when calling the target program. Equivalent to ``argv[0]''
-- in C. (Example: ``extractbb'')
-local TARGET_EXEC_NAME = "xbb"
+local TARGET_EXEC_NAME = "ebb"
-- Any extra arguments to be prepended to the target program, before any
-- user-supplied arguments. Equivalent to ``argv[1], ...'' in C.
More information about the tex-live-commits
mailing list.