Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2ef3584

Browse files
committed
various: Once again hide kernel. Related to #46
1 parent aa22d4e commit 2ef3584

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pfetch

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ get_kernel() {
216216
case $os in
217217
# Don't print kernel output on some systems as the
218218
# OS name includes it.
219-
*BSD*|Haiku|Minix)
220-
log kernel "?"
221-
;;
219+
*BSD*|Haiku|Minix) ;;
222220

223221
IRIX)
224222
kernel=$(uname -vR)

0 commit comments

Comments
 (0)