Commit 5febefd7 authored by timeless%mac.com's avatar timeless%mac.com

Bug 109138 platform detection not working on macintosh

r=bbaetz r=gerv adds another regexp for MacOSX
parent 8ec9b2e7
......@@ -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";};
......
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