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
}
}' <<< "$card_data" )
IFS=$'\n'
if [[ -n $array_string ]];then
IFS=$'\n'
array_count=${#A_AUDIO_DATA[@]}
A_NETWORK_DATA[$array_count]="$array_string"
fi
IFS="$ORIGINAL_IFS"
fi
fi
fi
if [[ $B_SHOW_ADVANCED_NETWORK == 'true' ]];then