Typo, which affects execution on case sensitive file system
nikwest opened this issue · 2 comments
nikwest commented
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)
dokterdok commented
Thanks for reporting this. I'll add/test it in the beta branch.
dokterdok commented
I've included a fix in CAT 2.0.1 beta.