From f856bbcabeb0f62f427b263be456c63e726f33fd Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 27 Mar 2014 20:29:42 +0000 Subject: [PATCH] branch one, try 4, close, zfs almost working in this case --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index cd1f74d..ebefff2 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### Version: 2.1.11 #### Date: 2014-03-26 -#### Patch Number: 03-b1 +#### Patch Number: 04-b1 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -7728,7 +7728,7 @@ get_raid_component_data_bsd() $1 ~ /^'$device'$/ { while ( getline && !/^$/ ) { sub( /ONLINE/, "", $2 ) - components=components $1 separator $2 + components=components separator $1 separator $2 separator=" " } print components