From a246d28df4fe7e7fe6135924b7fd68dfaaeabcd2 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 8 Jun 2011 06:56:54 +0000 Subject: [PATCH] updated filters, added OEM --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 19a7649..5c3a567 100755 --- a/inxi +++ b/inxi @@ -3785,7 +3785,7 @@ get_machine_data() { gsub(/'"$BAN_LIST_NORMAL"'/, "", $0) gsub(/,/, " ", $0) - sub(/To Be Filled By O.E.M.|Not Available|System manufacturer|System Product Name|System Version|N\/A/, "", $0) + sub(/To Be Filled By O.E.M.|Not Available|System manufacturer|System Product Name|System Version|N\/A|OEM/, "", $0) gsub(/^ +| +$/, "", $0) gsub(/ [ \t]+/, " ", $0) print $0