Commit 3a8a2ed
committed
fix(gnokii): avoid non-POSIX BRE \|
\| is not supported by POSIX Basic Regular Expressions (BRE). Another
way is to use newline to separate the two matches in `grep` pattern,
but this is not a commonly-used approach. We instead use `sed` to
remove the two matches separately.1 parent 7bf4ec2 commit 3a8a2ed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | 225 | | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments