This commit is contained in:
inxi-svn 2011-04-30 07:17:23 +00:00
parent 9100ceff1c
commit 41dbd23c9d

6
inxi
View file

@ -3327,13 +3327,15 @@ get_networking_data()
print string ",,,,usb-" $6 print string ",,,,usb-" $6
} }
}' <<< "$card_data" ) }' <<< "$card_data" )
IFS=$'\n'
if [[ -n $array_string ]];then if [[ -n $array_string ]];then
IFS=$'\n'
array_count=${#A_AUDIO_DATA[@]} array_count=${#A_AUDIO_DATA[@]}
A_NETWORK_DATA[$array_count]="$array_string" A_NETWORK_DATA[$array_count]="$array_string"
fi
IFS="$ORIGINAL_IFS" IFS="$ORIGINAL_IFS"
fi fi
fi
fi fi
if [[ $B_SHOW_ADVANCED_NETWORK == 'true' ]];then if [[ $B_SHOW_ADVANCED_NETWORK == 'true' ]];then