From efb2042fa66569f7998af0e0010b1471b0a75fac Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Sep 2019 11:48:28 +0300 Subject: [PATCH] distro: simpler haiku --- neofetch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 9319210c..0895866b 100755 --- a/neofetch +++ b/neofetch @@ -1021,8 +1021,7 @@ get_distro() { ;; "Haiku") - read -r name version _ <<< "$(uname -s)" - distro="$name $version" + distro=Haiku ;; "AIX")