texlive[71682] Master/texmf-dist/scripts/texlive/extractbb.lua:

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Jul 2 01:23:53 CEST 2024


Revision: 71682
          https://tug.org/svn/texlive?view=revision&revision=71682
Author:   kakuto
Date:     2024-07-02 01:23:53 +0200 (Tue, 02 Jul 2024)
Log Message:
-----------
extractbb.lua: change TARGET_PREPEND_ARGS to be "--extractbb" (from Yukimasa)

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 20:49:52 UTC (rev 71681)
+++ trunk/Master/texmf-dist/scripts/texlive/extractbb.lua	2024-07-01 23:23:53 UTC (rev 71682)
@@ -42,12 +42,12 @@
 
 -- The name to use when calling the target program. Equivalent to ``argv[0]''
 -- in C. (Example: ``extractbb'')
-local TARGET_EXEC_NAME = "ebb"
+local TARGET_EXEC_NAME = "xbb"
 
 -- Any extra arguments to be prepended to the target program, before any
 -- user-supplied arguments. Equivalent to ``argv[1], ...'' in C.
 -- (Example: ``--extractbb'')
-local TARGET_PREPEND_ARGS = { "--ebb" }
+local TARGET_PREPEND_ARGS = { "--extractbb" }
 
 -- Any extra arguments to be appended to the target program, after any
 -- user-supplied arguments. Equivalent to ``..., argv[argc]'' in C.



More information about the tex-live-commits mailing list.