-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BUG] bad regexp in sof-kernel-log-check.sh #1159
Comments
I found this in koalaman/shellcheck#2573
Ubuntu 22.04 has grep 3.7 Could you drop the antislash and send a PR? |
I don't know if dropping the backslash is the right solution. Is |
Yes. Why? Because the "stray " error message says so :-) Also, because it's not in that list: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04 |
Newer versions of grep complain about a regexp using a stray backslash in a regexp. Closes: thesofproject#1159 Signed-off-by: Pierre-Louis Bossart <[email protected]>
Newer versions of grep complain about a regexp using a stray backslash in a regexp. Closes: #1159 Signed-off-by: Pierre-Louis Bossart <[email protected]>
Describe the bug
sof-test shows a set of "grep: warning: stray \ before :"
This is root caused to this regexp:
the last
\:
is problematic.To Reproduce
Expected behavior
no warnings
Detail Info
* SOF-TEST: 65951c4 ("kmod: fix hda-sdw-bpt dependency")
The text was updated successfully, but these errors were encountered: