diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpostcode/xetex.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpostcode/xetex.pl b/Master/tlpkg/tlpostcode/xetex.pl index e996e39fb49..d4fa523c72a 100644 --- a/Master/tlpkg/tlpostcode/xetex.pl +++ b/Master/tlpkg/tlpostcode/xetex.pl @@ -72,7 +72,7 @@ if (win32()) { # cygwin specific warning # we don't have platform available ... chomp(my $un = `uname`); - if ($un =~ m/cygwin/) { + if ($un =~ m/cygwin/i) { if (! -r "/usr/bin/cygfontconfig-1.dll") { printf STDERR "\nXeTeX on Cygwin requires fontconfig.\nPlease run cygwin's setup program and install the fontconfig package.\n"; } |