]> 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:12:17 +0000 (21:12 +0000)
committerlpsolit%gmail.com <>
Mon, 29 Dec 2008 21:12:17 +0000 (21:12 +0000)
enter_bug.cgi

index 08f3280354dafd8f90801e1617c341eec46312c5..5b581bc2aac9863f4ff7af227454b7e0f02fec54 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");};
             };