removed debugger

This commit is contained in:
inxi-svn 2012-11-17 22:50:32 +00:00
parent f8dd3b9b1d
commit 269b4cc828

1
inxi
View file

@ -3635,7 +3635,6 @@ get_distro_data()
done
fi
log_function_data "distro_file: $distro_file"
distro_file='os-release'
# first test for the legacy antiX distro id file
if [[ -e /etc/antiX ]];then
distro="$( grep -Eoi 'antix.*\.iso' <<< $( remove_erroneous_chars '/etc/antiX' ) | sed 's/\.iso//' )"