[packages/adapter: 367/631] - Inc. ends with a dot
glen
glen at pld-linux.org
Mon Sep 12 20:05:12 CEST 2016
commit 38cb34efec2248c67a839333993d9cb0c1a97d0a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 15 07:25:45 2007 +0000
- Inc. ends with a dot
Changed files:
adapter.awk -> 1.354
adapter.awk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index fea90ab..3c7ce1f 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -651,7 +651,7 @@ preamble == 1 {
field = tolower($1)
fieldnlower = $1
- if (field ~ /summary:/ && !/etc\.$/) {
+ if (field ~ /summary:/ && !/etc\.$/ && !/Inc\.$/) {
sub(/\.$/, "", $0);
}
if (field ~ /group(\([^)]+\)):/)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list