From 5cb04eccce10a54a211fabc3ef5c5d2d5acfae2a Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 4 Jul 2017 19:14:20 +0700 Subject: [PATCH] Distro: Fix typo --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 9d8086d3..0eaa8ee5 100755 --- a/neofetch +++ b/neofetch @@ -216,7 +216,7 @@ get_distro() { "IRIX" | "HP-UX") distro="$os ${kernel_version}" - case "$distro_shortahand" in + case "$distro_shorthand" in "on" | "tiny") distro="${distro/ ${kernel_version}}" ;; esac ;;