Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 11:31:26 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45687 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201409281131.s8SBVQHS084892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Sun Sep 28 11:31:25 2014
New Revision: 45687
URL: http://svnweb.freebsd.org/changeset/doc/45687

Log:
  Replace the "o" modifier to the pattern match, lost in previous revision.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/ports.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/ports.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/ports.cgi	Sat Sep 27 13:30:57 2014	(r45686)
+++ head/en_US.ISO8859-1/htdocs/cgi/ports.cgi	Sun Sep 28 11:31:25 2014	(r45687)
@@ -240,7 +240,7 @@ sub readindex {
     };
 
     while (<C>) {
-        next if $query && !/$query/i;
+        next if $query && !/$query/oi;
         chop;
 
         @tmp            = split(/\|/);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409281131.s8SBVQHS084892>