mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
remove debugger
This commit is contained in:
parent
adfef6c479
commit
f01fd145ca
2
inxi
2
inxi
|
@ -1083,7 +1083,7 @@ get_audio_data()
|
||||||
}
|
}
|
||||||
}') )
|
}') )
|
||||||
|
|
||||||
echo ${A_AUDIO_DATA[@]}
|
# echo ${A_AUDIO_DATA[@]}
|
||||||
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
|
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
|
||||||
# in case of failure of first check do this instead
|
# in case of failure of first check do this instead
|
||||||
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then
|
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then
|
||||||
|
|
Loading…
Reference in a new issue