From 7d343f9d628694a5eb35324a80d52a1a3778c3de Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Sep 2019 11:51:40 +0300 Subject: [PATCH] haiku: comment --- pfetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pfetch b/pfetch index b52a7e5..1030158 100755 --- a/pfetch +++ b/pfetch @@ -234,8 +234,8 @@ get_os() { Haiku) # Haiku uses 'uname -v' for version information - # instead of 'uname -r'. - distro="Haiku $(uname -v)" + # instead of 'uname -r' which only prints '1'. + distro=$(uname -sv) ;; *)