diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-06-25 08:48:58 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-06-25 08:48:58 +0000 |
commit | 18da60696de9625ca8eed45d551faf3e1766bef3 (patch) | |
tree | 351fb4de3e7d5d546b228fb8244e174688f0d792 /Build/source | |
parent | 1c4167a1da944f393b7c7e6e39d63e2cde052bc0 (diff) |
typo in context
git-svn-id: svn://tug.org/texlive/trunk@19156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/texlive/w32_wrapper/runscript.tlu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/w32_wrapper/runscript.tlu b/Build/source/texk/texlive/w32_wrapper/runscript.tlu index 25a9532b54e..5043c9c00e9 100644 --- a/Build/source/texk/texlive/w32_wrapper/runscript.tlu +++ b/Build/source/texk/texlive/w32_wrapper/runscript.tlu @@ -256,7 +256,7 @@ end local function is_tex4ht_command(progname)
if (progname == 'ht') then return true end
for p in string.gmatch('ht xh uxh xhm mz oo es js jm tei teim db dbm w jh jh1', '%S+') do
- for q in string.gmatch('contex latex tex texi xelatex xetex', '%S+') do
+ for q in string.gmatch('context latex tex texi xelatex xetex', '%S+') do
if (progname == p..q) then
-- we have a hit, but not all combinations are valid
return (p ~= 'teim' and p ~= 'dbm') or (q ~= 'xelatex' and q~= 'xetex')
|