From 3ead0bf5c5cb8373b358fa1ddf857ce1dc48befa Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 13 Mar 2016 22:53:33 +1100 Subject: [PATCH] Removed hardcoded string from testing --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index fc4a7bd2..79bedbc6 100755 --- a/neofetch +++ b/neofetch @@ -465,7 +465,6 @@ case "$os" in "Mac OS X") osx_version=$(sw_vers -productVersion) - osx_version="10.11.3" case "$osx_version" in "10.4."*) osx_codename="Mac OS X Tiger" ;;