From 7a79e846de630f9ed588282e7b650f2af9a2c72e Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 10 Jul 2023 15:40:08 -0700 Subject: [PATCH] small fix --- inxi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/inxi b/inxi index 571f11f..93ea236 100755 --- a/inxi +++ b/inxi @@ -551,11 +551,6 @@ sub set_os { $bsd_type = $os; } } - elsif (!$b_android && !$bsd_type && $system_files{'proc-version'} && - -r $system_files{'proc-version'} && - reader($system_files{'proc-version'},'',0) =~ /\b[rf]ed[ho][ar][at]\S{0,6}\.[co]/){ - $show{'rf'} = 1; - } } # Sometimes users will have more PATHs local to their setup, so we want those