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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Hello,
I ran into a problem with SED when executing the sdk-refresh-completion-files command on MacOs (10.14.5).
This is the following error I'm getting:
➜ ~ sdk-refresh-completion-files sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...]
From what I know sed is a bit different for Mac because of the BSD difference.
Could you change the usage of sed to grep or any other text tool that would be compatible with OSX and Linux ?
The text was updated successfully, but these errors were encountered:
I don't have a lot of time right now to take a look at this.
However I'll try as soon as I can (Maybe this week-end). If you come across a fix, don't hesitate to fork and PR !
I have released a new version you can use to correct the sed -r error.
However there might be other problems with sed expressions, so i am not sure if this is completely corrected.
Tell me if this fixes you problem. Don't hesitate to give me some more feedback on this issue and I'll try to correct them along the way.
Hello,
I ran into a problem with SED when executing the
sdk-refresh-completion-files
command on MacOs (10.14.5).This is the following error I'm getting:
From what I know sed is a bit different for Mac because of the BSD difference.
Could you change the usage of sed to grep or any other text tool that would be compatible with OSX and Linux ?
The text was updated successfully, but these errors were encountered: