diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-21 16:57:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-21 16:57:35 +0000 |
commit | 64f18ff1da3d2fbf6cd161438ef80f57e2a623c2 (patch) | |
tree | 17faa478923fd7e20ac340a61f2154512fa1288c | |
parent | 7705bfbea902c53e245e6891e0633c6dbd42b45b (diff) |
forgot ]
git-svn-id: svn://tug.org/texlive/trunk@33584 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index e63e9946443..84e2b30daff 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -278,7 +278,7 @@ sub _get_files_matching_glob_pattern } } - if ($dirpart =~ m,^bin/(win[0-9|.*-cygwin), + if ($dirpart =~ m,^bin/(win[0-9]|.*-cygwin), || $dirpart =~ m,tlpkg/installer,) { # for windows-ish we want to automatch more extensions. foreach my $f (@candfiles) { |