-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grep command unstable in the scripts #100
Comments
Hi, @vijaypolsani Does it happen when you type some specific command? |
Hello, @vijaypolsani. I hope you're doing good. Does that problem you mentioned still remains? |
This happens because the grep command on MacOSX does not support -P (perl-regex) . I fixed it on mine by using a different method to get the information. For example, in settings-manager.sh: Here are all the offending lines: |
Same issue is present when I tried to install on MacOSX 😢 |
I am having the same issue on MacOSX and have decided to uninstall it. However it works well for me on my Linux laptop as well as raspberry pi Hope there is a fix for Mac |
Having the same issue on MacOS 14.2 |
Scripts seems to be using a wrong grep command and every operation of command line syntax.
Operating on: Terminal MAC OS BigSur 11.6
StopGap Fix: Move to the older TAG 64.1 of the codebase
HEAD detached at 590d849
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
The default interactive shell is now zsh.
To update your account to use zsh, please run
chsh -s /bin/zsh
.For more details, please visit https://support.apple.com/kb/HT208050.
The text was updated successfully, but these errors were encountered: