Thread (222 messages) 222 messages, 11 authors, 2020-04-06

Re: [PATCH v6 10/15] bugreport: add config values from safelist

From: Eric Sunshine <hidden>
Date: 2020-02-07 16:25:00

On Fri, Feb 7, 2020 at 10:09 AM SZEDER Gábor [off-list ref] wrote:
macOS 'sed', that's what I was missing :)

  sed -n 's/^\(.*\) \+annotate:bugreport\[include\].* ::$/  "\1",/p' | sort

and the 'sed' included in macOS apparently interprets that '\+'
differently than GNU 'sed', and as a result won't match anything.
More generally, this would be a problem with any 'sed' of BSD lineage.
FWIW, that '\+' doesn't seem to be necessary, though, and after
removing it the resulting generated array looked good to me [...]
A reasonable replacement for "<SP>\+" would be "<SP><SP>*" (where <SP>
represents 'space').
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help