From 805b7d2e8444f9045bd8e04d5075b0c0d4628003 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 17 Oct 2016 23:59:54 +1100 Subject: [PATCH] Fix bug --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d9a9672f..30f2f561 100755 --- a/neofetch +++ b/neofetch @@ -194,7 +194,7 @@ getdistro() { "tiny") case "$osx_version" in "10."[4-7]*) distro="${distro/${codename}/Mac OS X}" ;; - "10."[8-11]*) distro="${distro/${codename}/OS X}" ;; + "10."[8-9]* | "10.1"[0-1]*) distro="${distro/${codename}/OS X}" ;; "10.12"*) distro="${distro/${codename}/macOS}" ;; esac distro="${distro/ ${osx_build}}"