[pacman-dev] [PATCH 1/6] pacsearch: removed useless comment

Pierre Neidhardt ambrevar at gmail.com
Mon Feb 3 06:36:42 EST 2014


Signed-off-by: Pierre Neidhardt <ambrevar at gmail.com>
---
 contrib/pacsearch.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/pacsearch.in b/contrib/pacsearch.in
index 21043d4..71e0107 100644
--- a/contrib/pacsearch.in
+++ b/contrib/pacsearch.in
@@ -138,7 +138,6 @@ if ($#querypkgs >= 0) {
 foreach $_ (@querypkgs) {
 	# we grab the following fields: repo, name, ver, group, installed, and desc
 	my @pkgfields = /^(.*?)\/(.*?) (.*?) ?(\(.*?\))? ?(\[.*\])?\n(.*)$/s;
-	# my @pkgfields = /^(.*?)\/(.*?) ?(\[.*\])?\n(.*)$/s;
 	# skip any non-matching line
 	next if not defined $pkgfields[1];
 	# check if the package was listed in the sync out
-- 
1.8.5.3



More information about the pacman-dev mailing list