summaryrefslogtreecommitdiff
path: root/Master/bin/win32/generate-fmtutil.texlua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/generate-fmtutil.texlua')
-rwxr-xr-xMaster/bin/win32/generate-fmtutil.texlua9
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/bin/win32/generate-fmtutil.texlua b/Master/bin/win32/generate-fmtutil.texlua
index 1089cd2d921..85bd03814ff 100755
--- a/Master/bin/win32/generate-fmtutil.texlua
+++ b/Master/bin/win32/generate-fmtutil.texlua
@@ -25,13 +25,10 @@ kpse.set_program_name(basename)
TEXDIR=kpse.var_value("SELFAUTOPARENT")
-- if we are on win32 we have to use the shipped perl
-ostype = os.getenv("OS")
perlbin="perl"
-if (ostype) then
- if string.find(ostype, "Windows") then
- os.setenv("PERL5LIB", TEXDIR.."/tlpkg/tlperl/lib")
- perlbin=TEXDIR.."/tlpkg/tlperl/bin/perl.exe"
- end
+if (os.type == "windows") then
+ os.setenv("PERL5LIB", TEXDIR.."/tlpkg/tlperl/lib")
+ perlbin=TEXDIR.."/tlpkg/tlperl/bin/perl.exe"
end
script=kpse.find_file(basename..".pl", "texmfscripts")