From ed94e1e867136f78358c055b05bc627d9e3bba4b Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 8 Jun 2011 06:42:23 +0000 Subject: [PATCH] bug fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 3475c27..6857e2c 100755 --- a/inxi +++ b/inxi @@ -3784,7 +3784,7 @@ get_machine_data() } { gsub(/'"$BAN_LIST_NORMAL"'/, "", $0) - gsub(/,|To Be Filled By O.E.M.|Not Available|N\/A/, " ", $0) + gsub(/,|To Be Filled By O.E.M.|Not Available|System manufacturer|System Product Name|System Version|N\/A/, " ", $0) gsub(/^ +| +$/, "", $0) gsub(/ [ \t]+/, " ", $0) print $0