summaryrefslogtreecommitdiff
path: root/Porting/patchls
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-01 20:29:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-01 20:29:17 +0000
commit873b149f049701f76396c28e70d7cccfec0b011f (patch)
treeb7671048bfedc2872fed1dc786ae53e3856465d8 /Porting/patchls
parent8babd21611073cf7ab71cbfaf139d06738ff3f27 (diff)
downloadperl-873b149f049701f76396c28e70d7cccfec0b011f.tar.gz
rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@3852
Diffstat (limited to 'Porting/patchls')
-rw-r--r--Porting/patchls2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/patchls b/Porting/patchls
index 8808c20431..2e4a0ac5a7 100644
--- a/Porting/patchls
+++ b/Porting/patchls
@@ -499,7 +499,7 @@ sub categorize_files {
$c{UTIL} += 10,next if m:^(utils|x2p|h2pl)/:;
$c{PORT1}+= 15,next if m:^win32:;
$c{PORT2} += 15,next
- if m:^(cygwin32|os2|plan9|qnx|vms)/:
+ if m:^(cygwin|os2|plan9|qnx|vms)/:
or m:^(hints|Porting|ext/DynaLoader)/:
or m:^README\.:;
$c{EXT} += 10,next