From 482338cae2981c9bddef03ba6ce5a491df167560 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 22 Sep 2014 19:37:10 +0000 Subject: [PATCH] new tarball, no version change. Fix for openbsd lspci, it doesn't have the closing [...] data --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 92b8396..8fc7ea9 100755 --- a/inxi +++ b/inxi @@ -3580,7 +3580,7 @@ get_audio_data() modules[audioCard] = modules[audioCard] gensub( /(.*): (.*)/ ,"\\2" ,"g" ,$0 ) "" } else if (/^[[:space:]]*I\/O/) { - portsTemp = gensub(/\t*I\/O ports at (.*) \[.*\]/,"\\1","g",$0) + portsTemp = $4 ports[audioCard] = ports[audioCard] portsTemp " " } }