From: timeless%mac.com <> Date: Fri, 1 Feb 2002 18:05:04 +0000 (+0000) Subject: Bug 109138 platform detection not working on macintosh X-Git-Tag: bugzilla-2.16rc1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5febefd7ed4197e72c488c96225a983ecaeb3dde;p=thirdparty%2Fbugzilla.git Bug 109138 platform detection not working on macintosh r=bbaetz r=gerv adds another regexp for MacOSX --- diff --git a/enter_bug.cgi b/enter_bug.cgi index f522f89c9b..4065fbbb95 100755 --- a/enter_bug.cgi +++ b/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";};