update debuggers

This commit is contained in:
inxi-svn 2008-11-20 22:29:52 +00:00
parent 11058950f0
commit 84af892826

4
inxi
View file

@ -1151,7 +1151,7 @@ get_audio_data-test1()
driver = ""
}
' ) )
echo ${A_AUDIO_DATA[@]}
# echo ${A_AUDIO_DATA[@]}
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
# in case of failure of first check do this instead
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then
@ -1912,7 +1912,7 @@ get_networking_data()
}
}') )
IFS="$ORIGINAL_IFS"
echo ${A_NETWORK_DATA[@]}
# echo ${A_NETWORK_DATA[@]}
}
get_partition_data()