From 8dc8c97c80f69090f508f4ab72bfe2206fcc5641 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Nov 2016 17:01:13 +1100 Subject: [PATCH] General: Remove $HOSTTYPE since it 's set incorrectly on FreeBSD --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 4fa7dbbb..1340acdf 100755 --- a/neofetch +++ b/neofetch @@ -248,7 +248,7 @@ get_distro() { # Get architecture [[ "$os_arch" == "on" ]] && \ - distro+=" ${HOSTTYPE:-${machine_arch}}" + distro+=" ${machine_arch}" [[ "${ascii_distro:-auto}" == "auto" ]] && \ ascii_distro="$(trim "$distro")"