summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lua/luainit.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luainit.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luainit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.c b/Build/source/texk/web2c/luatexdir/lua/luainit.c
index 5b38f314644..3aa5dfc35b5 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luainit.c
+++ b/Build/source/texk/web2c/luatexdir/lua/luainit.c
@@ -106,6 +106,9 @@ static struct option long_options[]
{ "output-format", 1, 0, 0 },
{ "shell-escape", 0, &shellenabledp, 1 },
{ "no-shell-escape", 0, &shellenabledp, -1 },
+ { "enable-write18", 0, &shellenabledp, 1 },
+ { "disable-write18", 0, &shellenabledp, -1 },
+ { "shell-restricted", 0, 0, 0 },
{ "debug-format", 0, &debug_format_file, 1 },
{ "src-specials", 2, 0, 0 },
{ "file-line-error-style", 0, &filelineerrorstylep, 1 },