We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872c419 commit fa662beCopy full SHA for fa662be
tests/patch/kdoc/kdoc.sh
@@ -35,9 +35,9 @@ if [ $current -gt $incumbent ]; then
35
tmpfile_fo=$(mktemp)
36
tmpfile_fn=$(mktemp)
37
38
- grep -i "\(warn\|error\)" $tmpfile_o | sed -n 's@\(^\.\./[/a-zA-Z0-9_.-]*.[ch]\):.*@\1@p' | sort | uniq -c \
+ grep -i "\(warn\|error\)" $tmpfile_o | sed -n 's@\(^[/a-zA-Z0-9_.-]*.[ch]\):.*@\1@p' | sort | uniq -c \
39
> $tmpfile_fo
40
- grep -i "\(warn\|error\)" $tmpfile_n | sed -n 's@\(^\.\./[/a-zA-Z0-9_.-]*.[ch]\):.*@\1@p' | sort | uniq -c \
+ grep -i "\(warn\|error\)" $tmpfile_n | sed -n 's@\(^[/a-zA-Z0-9_.-]*.[ch]\):.*@\1@p' | sort | uniq -c \
41
> $tmpfile_fn
42
43
diff $tmpfile_fo $tmpfile_fn 1>&2
0 commit comments