summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 85fe208f8cf..9a1244898bf 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -30,7 +30,7 @@ BEGIN {
$^W = 1;
my $Master;
my $me = $0;
- $me =~ s!\\!/!g if $^O =~ /^MSWin(32|64)$/i;
+ $me =~ s!\\!/!g if $^O =~ /^MSWin/i;
if ($me =~ m!/!) {
($Master = $me) =~ s!(.*)/[^/]*$!$1!;
} else {