summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-07 18:23:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-07 18:23:16 +0000
commitd4bc760b88f7fcb002343efbc900f2e854eda8d8 (patch)
treec4832b84f0959a8c3e08363d90592f465f6dc0a5 /installperl
parent59b7e5e67a9c8ede4523ec432fc38f897dbd1da7 (diff)
downloadperl-d4bc760b88f7fcb002343efbc900f2e854eda8d8.tar.gz
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@4769
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index d1d299559c..1bc5a8e9d2 100755
--- a/installperl
+++ b/installperl
@@ -14,7 +14,7 @@ BEGIN {
$Is_VMS = $^O eq 'VMS';
$Is_W32 = $^O eq 'MSWin32';
$Is_OS2 = $^O eq 'os2';
- $Is_Cygwin = $^O =~ /cygwin/i;
+ $Is_Cygwin = $^O eq 'cygwin';
if ($Is_VMS) { eval 'use VMS::Filespec;' }
}