This commit is contained in:
inxi-svn 2011-06-18 00:55:01 +00:00
parent bef54b5077
commit d9528783f6

1
inxi
View file

@ -4560,6 +4560,7 @@ get_optical_drive_data()
}
{
gsub(/'"$BAN_LIST_NORMAL"'/, " ", $0)
gsub(/[[:space:]]+/, " ", $0 )
print $0
}' <<< $vendor
)