summaryrefslogtreecommitdiff
path: root/Master/bin/win32/texdoctk.texlua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/texdoctk.texlua')
-rwxr-xr-xMaster/bin/win32/texdoctk.texlua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/texdoctk.texlua b/Master/bin/win32/texdoctk.texlua
index b8b0c4ab870..33a2d8cc1c4 100755
--- a/Master/bin/win32/texdoctk.texlua
+++ b/Master/bin/win32/texdoctk.texlua
@@ -53,7 +53,7 @@ end
if sys and lfs.isfile(BINDIR..'/'..basename..'.exe') then
command={BINDIR..'/'..basename..'.exe'}
-elseif lfs.isfile(BINDIR..'/'..basename..'-bin.exe')
+elseif lfs.isfile(BINDIR..'/'..basename..'-bin.exe') then
command={BINDIR..'/'..basename..'-bin.exe'}
elseif lfs.isdir(BINDIR..'/'..basename..'.pl') then
perlbin=TEXDIR..'/tlpkg/tlperl/bin/perl.exe'