I think there's a bug in this script post OSX 10.10. This line if [[
"$OS" < "10.5" ]]; then causes problems if you are on OS 10.10 or
better, as string 10.10 and 10.11 are lexicographically less than 10.5,
causing the wrong path to run. I could see ...