]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 468617: OS sniffing doesn't detect OS X 10.5 - Patch by Matt Selsky <selsky@colum...
authorlpsolit%gmail.com <>
Mon, 29 Dec 2008 21:10:43 +0000 (21:10 +0000)
committerlpsolit%gmail.com <>
Mon, 29 Dec 2008 21:10:43 +0000 (21:10 +0000)
enter_bug.cgi

index 915dcb47d92cb301b92b17f569134d4a4db206fc..28020df0f0eb03f93fad13851b5e3bee8c4270a1 100755 (executable)
@@ -302,6 +302,7 @@ sub pickos {
               /\(.*Windows.*NT.*\)/ && do {push @os, "Windows NT";};
             };
             /\(.*Mac OS X.*\)/ && do {
+              /\(.*Intel.*Mac OS X 10.5.*\)/ && do {push @os, "Mac OS X 10.5";};
               /\(.*Intel.*Mac OS X.*\)/ && do {push @os, "Mac OS X 10.4";};
               /\(.*Mac OS X.*\)/ && do {push @os, ("Mac OS X 10.3", "Mac OS X 10.0", "Mac OS X");};
             };