diff options
Diffstat (limited to 'Master/bin/win32/updmap-sys.texlua')
-rwxr-xr-x | Master/bin/win32/updmap-sys.texlua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/updmap-sys.texlua b/Master/bin/win32/updmap-sys.texlua index b8b0c4ab870..33a2d8cc1c4 100755 --- a/Master/bin/win32/updmap-sys.texlua +++ b/Master/bin/win32/updmap-sys.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' |