You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Ptival
changed the title
Cask 'karabiner' is unavailable: No Cask with this name exists. Did you mean “karabiner-elements”?
install.sh: line 9: [[: 14.4: syntax error: invalid arithmetic operator (error token is ".4")
Apr 30, 2019
willismonroe
added a commit
to willismonroe/osx-compose-key
that referenced
this issue
Jun 25, 2019
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
The text was updated successfully, but these errors were encountered: