dokterdok / Continuity-Activation-Tool

An all-in-one tool to activate and diagnose macOS 10.10-12 Continuity on compatible Mac configurations.
MIT License
1.6k stars 150 forks source link

Fixed non population of nbOfInvalidKexts #336

Closed jendas1 closed 8 years ago

jendas1 commented 8 years ago

It was impossible to pass this check because nbOfInvalidKexts was not initialized. Problem is that subshells can't modify parent shell variables. Now it is fixed using temporary file (best possible workaround if you want the spinner).

sysfloat commented 8 years ago

Thankes merged your changed in 7b2a2e7