]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 109138 platform detection not working on macintosh
authortimeless%mac.com <>
Fri, 1 Feb 2002 18:05:04 +0000 (18:05 +0000)
committertimeless%mac.com <>
Fri, 1 Feb 2002 18:05:04 +0000 (18:05 +0000)
r=bbaetz r=gerv
adds another regexp for MacOSX

enter_bug.cgi

index f522f89c9b94a526ecc224aa44c1d55307505c79..4065fbbb959bb632415838bd0525e07dfc6918d5 100755 (executable)
@@ -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";};