aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2020-03-11 22:25:02 +0200
committerDylan Araps <dylan.araps@gmail.com>2020-03-11 22:25:02 +0200
commit2ef3584f5b88ba69d3846f3e638a808e7575c338 (patch)
treea2a8fe801efe3f8f4420c06b6cfc9c882e60ae04
parentaa22d4e32daadb400f5a5e1e41b8cab28f39a554 (diff)
downloadpfetch-2ef3584f5b88ba69d3846f3e638a808e7575c338.tar.gz
various: Once again hide kernel. Related to #46
-rwxr-xr-xpfetch4
1 files changed, 1 insertions, 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)