From c0eefa9720b6f96b72acbdb8d52d29926f9ea571 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 27 Feb 2013 21:00:22 +0000 Subject: [PATCH] bsd branches, bug fix for the )) issue --- inxi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inxi b/inxi index cec649f..0b083a2 100755 --- a/inxi +++ b/inxi @@ -6101,8 +6101,7 @@ get_raid_data() print raidString } - ' <<< "$mdstat" - ) ) + ' <<< "$mdstat" ) ) IFS="$ORIGINAL_IFS" temp_array=${A_RAID_DATA[@]} log_function_data "A_RAID_DATA: $temp_array"