trying another

This commit is contained in:
inxi-svn 2011-04-30 07:24:21 +00:00
parent e4924fc44b
commit 767dc1f320

2
inxi
View file

@ -3329,8 +3329,8 @@ get_networking_data()
}' <<< "$card_data" )
if [[ -n $array_string ]];then
IFS=","
array_count=${#A_AUDIO_DATA[@]}
IFS=","
A_NETWORK_DATA[$array_count]="$array_string"
IFS="$ORIGINAL_IFS"
fi