From dd69c3ed7dc436172af317df8a2ab6420671bc8d Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 8 Jun 2011 07:00:01 +0000 Subject: [PATCH] added more filters --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 5c3a567..7b26f99 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|OEM/, "", $0) + sub(/To Be Filled By O.E.M.|Not Available|System manufacturer|System Product Name|System Version|N\/A|OEM|none/, "", $0) gsub(/^ +| +$/, "", $0) gsub(/ [ \t]+/, " ", $0) print $0