Bug 109138 platform detection not working on macintosh
r=bbaetz r=gerv adds another regexp for MacOSX git-svn-id: svn://10.0.0.236/trunk@113412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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";};
|
||||
|
||||
Reference in New Issue
Block a user