From 2ef3584f5b88ba69d3846f3e638a808e7575c338 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 11 Mar 2020 22:25:02 +0200 Subject: [PATCH] various: Once again hide kernel. Related to #46 --- pfetch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pfetch b/pfetch index af861ec..c7174b3 100755 --- a/pfetch +++ b/pfetch @@ -216,9 +216,7 @@ get_kernel() { case $os in # Don't print kernel output on some systems as the # OS name includes it. - *BSD*|Haiku|Minix) - log kernel "?" - ;; + *BSD*|Haiku|Minix) ;; IRIX) kernel=$(uname -vR)