Commit 629df0c7 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 160210 Add MacOSX 10.1 and 10.2 to the os list

Previous patch left OS detection broken for Mac OS X. This maps Mac OS X to 10.0. r=vladd a=justdave
parent b34fac97
......@@ -196,8 +196,8 @@ 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";};
/\(.*Mac OS X.*\)/ && do {return "Mac OS X 10.0";};
/\(.*Darwin.*\)/ && do {return "Mac OS X 10.0";};
# Silly
/\(.*Mac.*PowerPC.*\)/ && do {return "Mac System 9.x";};
/\(.*Mac.*PPC.*\)/ && do {return "Mac System 9.x";};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment