diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-02 17:40:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-02 17:40:39 +0000 |
commit | 4c87eac508b32a89d6725b1616b5ee68fd270c2e (patch) | |
tree | a2418c9e41b568c1db8e9324666ed2736d974fe7 /Build/source/texk/web2c/luatexdir | |
parent | 33317ea7b0c925bdfb50d5e596ceaf0d22e49c1b (diff) |
make --enable/disable-write18 synonyms for -no/-shell-escape, for compatibility with MiKTeX
git-svn-id: svn://tug.org/texlive/trunk@12289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.c | 3 |
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 }, |