From 6dfc7de5069139ddf2309566406bb5f599e01bb8 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Tue, 8 Aug 2006 05:03:21 +0000 Subject: [PATCH] Bug 347777 Intel Mac should be detected as Hardware: PC rather than Hardware: Mac r=justdave a=justdave --- enter_bug.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/enter_bug.cgi b/enter_bug.cgi index 89ebbcb851..5b042d1f1b 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -198,6 +198,7 @@ sub pickplatform { /\(.*PPC.*\)/ && do {@platform = "Macintosh"; last;}; /\(.*AIX.*\)/ && do {@platform = "Macintosh"; last;}; #Intel x86 + /\(.*Intel.*\)/ && do {@platform = "PC"; last;}; /\(.*[ix0-9]86.*\)/ && do {@platform = "PC"; last;}; #Versions of Windows that only run on Intel x86 /\(.*Win(?:dows )[39M].*\)/ && do {@platform = "PC"; last}; -- 2.47.3