Bug 109138 platform detection not working on macintosh

r=bbaetz r=gerv
adds another regexp for MacOSX
This commit is contained in:
timeless%mac.com 2002-02-01 10:05:04 +00:00
Родитель 80dee3034f
Коммит a4c826bb48
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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";};