branch one, try 9, I'll get it eventually

This commit is contained in:
inxi-svn 2014-03-27 20:47:22 +00:00
parent 0a547ff084
commit 01006c359a

8
inxi
View file

@ -3,7 +3,7 @@
#### Script Name: inxi
#### Version: 2.1.11
#### Date: 2014-03-26
#### Patch Number: 08-b1
#### Patch Number: 09-b1
########################################################################
#### SPECIAL THANKS
########################################################################
@ -7738,10 +7738,8 @@ get_raid_component_data_bsd()
raidLevel="zfs " $1
getline
}
else {
components=components separator $1 separator $2
separator=" "
}
components=components separator $1 separator $2
separator=" "
}
print raidLevel "," components
}' <<< "$zpool_status" )