From 269b4cc828f7b95cf635bda542eb5834d8cac273 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 17 Nov 2012 22:50:32 +0000 Subject: [PATCH] removed debugger --- inxi | 1 - 1 file changed, 1 deletion(-) diff --git a/inxi b/inxi index db3d2ed..33aa38e 100755 --- a/inxi +++ b/inxi @@ -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//' )"