Removed hardcoded string from testing

This commit is contained in:
Dylan 2016-03-13 22:53:33 +11:00
parent 7783aaa8c5
commit 3ead0bf5c5
1 changed files with 0 additions and 1 deletions

View File

@ -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" ;;