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
On mac os, when you use gnu-sed, gnu-grep, etc.. the tool call theses functions like we were using regular mac os functions.
I think we should catch the error when it is the case and try to execute the linux equivalent after.
Moreover, macos seems not to like declare -A CUI_COLORS(.
The text was updated successfully, but these errors were encountered:
So I decided to base the os compatibility functions on error codes instead of os detection.
we saw that on some cases (for instance mac os + gnutls extension) the os detection is not relevant.
On mac os, when you use gnu-sed, gnu-grep, etc.. the tool call theses functions like we were using regular mac os functions.
I think we should catch the error when it is the case and try to execute the linux equivalent after.
Moreover, macos seems not to like declare -A CUI_COLORS(.
The text was updated successfully, but these errors were encountered: