From: timeless%mozdev.org <> Date: Fri, 7 Mar 2003 02:13:26 +0000 (+0000) Subject: Bug 156436 IBM Web Browser is unrecognized X-Git-Tag: bugzilla-2.17.4~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae87e11688b709a9cde6e233df5b985403c6d594;p=thirdparty%2Fbugzilla.git Bug 156436 IBM Web Browser is unrecognized patch by mkaply@us.ibm.com r=timeless a=justdave --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 056456365c..894de886f8 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -173,7 +173,7 @@ sub pickos { /\(.*NetBSD.*\)/ && do {return "NetBSD";}; /\(.*BeOS.*\)/ && do {return "BeOS";}; /\(.*AIX.*\)/ && do {return "AIX";}; - /\(.*IBM.*\)/ && do {return "OS/2";}; + /\(.*OS\/2.*\)/ && do {return "OS/2";}; /\(.*QNX.*\)/ && do {return "Neutrino";}; /\(.*VMS.*\)/ && do {return "OpenVMS";}; /\(.*Windows XP.*\)/ && do {return "Windows XP";};