dokterdok / Continuity-Activation-Tool

An all-in-one tool to activate and diagnose macOS 10.10-12 Continuity on compatible Mac configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo, which affects execution on case sensitive file system

nikwest opened this issue · comments

There is a small typo in continuity.sh, which will affect execution on case sensitive file systems. See patch below:

--- contitool.sh.orig   2014-12-19 13:02:18.000000000 +0100
+++ contitool.sh    2014-12-19 13:02:30.000000000 +0100
@@ -133,7 +133,7 @@
 function isMyMacOSCompatible() {   
    echo -n "Verifying OS X version...               "
    local osVersion=$(sw_vers -productVersion)
-   local buildVersion=$(sw_Vers -buildVersion)
+   local buildVersion=$(sw_vers -buildVersion)
    local minVersion=10
    local subVersion=$(echo "$osVersion" | $cutPath -d '.' -f 2)

Thanks for reporting this. I'll add/test it in the beta branch.

I've included a fix in CAT 2.0.1 beta.