new tarball, no version change. Fix for openbsd lspci, it doesn't have the closing [...] data

This commit is contained in:
inxi-svn 2014-09-22 19:37:10 +00:00
parent f8c28ac52d
commit 482338cae2

2
inxi
View file

@ -3580,7 +3580,7 @@ get_audio_data()
modules[audioCard] = modules[audioCard] gensub( /(.*): (.*)/ ,"\\2" ,"g" ,$0 ) "" modules[audioCard] = modules[audioCard] gensub( /(.*): (.*)/ ,"\\2" ,"g" ,$0 ) ""
} }
else if (/^[[:space:]]*I\/O/) { else if (/^[[:space:]]*I\/O/) {
portsTemp = gensub(/\t*I\/O ports at (.*) \[.*\]/,"\\1","g",$0) portsTemp = $4
ports[audioCard] = ports[audioCard] portsTemp " " ports[audioCard] = ports[audioCard] portsTemp " "
} }
} }