summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/extractbb.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/extractbb.lua b/Master/texmf-dist/scripts/texlive/extractbb.lua
index 127947f34f4..9c5ab513a71 100755
--- a/Master/texmf-dist/scripts/texlive/extractbb.lua
+++ b/Master/texmf-dist/scripts/texlive/extractbb.lua
@@ -42,7 +42,7 @@ local TARGET_PATH_NAME = "xdvipdfmx"
-- 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.