From e73045e569a267dec3e54ea861bac6182fbdbcea Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Fri, 1 Feb 2002 10:05:04 +0000 Subject: [PATCH] Bug 109138 platform detection not working on macintosh r=bbaetz r=gerv adds another regexp for MacOSX git-svn-id: svn://10.0.0.236/trunk@113412 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/enter_bug.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bugzilla/enter_bug.cgi b/mozilla/webtools/bugzilla/enter_bug.cgi index f522f89c9b9..4065fbbb959 100755 --- a/mozilla/webtools/bugzilla/enter_bug.cgi +++ b/mozilla/webtools/bugzilla/enter_bug.cgi @@ -258,6 +258,7 @@ sub pickos { /\(.*Mac OS 8\.0.*\)/ && do {return "Mac System 8.0";}; /\(.*Mac OS 8[^.].*\)/ && do {return "Mac System 8.0";}; /\(.*Mac OS 8.*\)/ && do {return "Mac System 8.6";}; + /\(.*Mac OS X.*\)/ && do {return "MacOS X";}; /\(.*Darwin.*\)/ && do {return "MacOS X";}; #silly /\(.*Mac.*PowerPC.*\)/ && do {return "Mac System 9.x";};