added filter line

This commit is contained in:
inxi-svn 2011-06-08 02:44:58 +00:00
parent 3a3e5efa4f
commit 5f4b95dfa3

2
inxi
View file

@ -3781,7 +3781,7 @@ get_machine_data()
} }
{ {
gsub(/'"$BAN_LIST_NORMAL"'/, "", $0) gsub(/'"$BAN_LIST_NORMAL"'/, "", $0)
gsub(/,|To Be Filled By O.E.M./, " ", $0) gsub(/,|To Be Filled By O.E.M.|Not Available/, " ", $0)
gsub(/^ +| +$/, "", $0) gsub(/^ +| +$/, "", $0)
gsub(/ [ \t]+/, " ", $0) gsub(/ [ \t]+/, " ", $0)
print $0 print $0