From e0110a2b0ba0a0a13e78bc9e453110f16d40087b Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 21 Nov 2022 17:05:43 -0800 Subject: Replaced all instances of 'GNU Automake' with 'GNU Autoconf' --- src/index.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.rb') diff --git a/src/index.rb b/src/index.rb index 9c66c81..3dc8468 100755 --- a/src/index.rb +++ b/src/index.rb @@ -9,10 +9,10 @@ INSERT_SQL = %Q[ INSERT INTO searchIndex(name, type, path) VALUES ('%s','%s','%s'); ] -PATTERN = %r[(.*)\(automake\)(.*)] +PATTERN = %r[(.*)\(Autoconf\)(.*)] def quote(s) - s.gsub(/&/, '&').gsub(/'/, "\\'") + s.gsub(/&/, '&').gsub(/'/, "\\'").gsub(/</, '<') end ARGV.each do |arg| -- cgit