white space fix?

This commit is contained in:
inxi-svn 2011-06-18 00:58:34 +00:00
parent d9528783f6
commit f2515c5b4e

4
inxi
View file

@ -3,7 +3,7 @@
#### Script Name: inxi
#### version: 1.6.10
#### Date: June 17 2011
#### Patch Number: 05
#### Patch Number: 06
########################################################################
#### SPECIAL THANKS
########################################################################
@ -4560,7 +4560,7 @@ get_optical_drive_data()
}
{
gsub(/'"$BAN_LIST_NORMAL"'/, " ", $0)
gsub(/[[:space:]]+/, " ", $0 )
gsub(/ [ \t]+/, " ", $0)
print $0
}' <<< $vendor
)