osx-compose-key icon indicating copy to clipboard operation
osx-compose-key copied to clipboard

install.sh: line 9: [[: 14.4: syntax error: invalid arithmetic operator (error token is ".4")

Open Ptival opened this issue 5 years ago • 0 comments

Using /bin/sh and /bin/zsh, I get the mentioned error.

echo $(sw_vers -productVersion | sed -E "s/^[0-9]+\.([0-9]+)/\\1/") returns 14.4

Ptival avatar Apr 30 '19 17:04 Ptival