fixing breakage, again

This commit is contained in:
trash80.v2.0 2008-12-20 06:40:43 +00:00
parent 1b559f0c33
commit 817780b18d

2
inxi
View file

@ -2245,7 +2245,7 @@ print_audio_data()
if [[ -n ${a_audio_working[0]} ]];then
audio_data="${C1}Card-$(( $i + 1 )) ${C2}${a_audio_working[0]}$alsa_driver$port_data"
fi
if [[ -n $audio_data ]];then## now check for the known good lsb-release distro's
if [[ -n $audio_data ]];then ## now check for the known good lsb-release distro's
audio_data=$( create_print_line " " "$audio_data" )
print_screen_output "$audio_data"
fi