On July 27, 2022 11:06:39 AM GMT+02:00, Alexander Hall <alexan...@beard.se> 
wrote:
>On July 27, 2022 12:48:29 AM GMT+02:00, Andrew Hewus Fresh 
><and...@afresh1.com> wrote:
>>On Sun, Jul 24, 2022 at 10:34:04AM -0700, Andrew Hewus Fresh wrote:
>>> On Sun, Jul 24, 2022 at 09:14:30AM -0700, Andrew Hewus Fresh wrote:
>>> > On Sun, Jul 24, 2022 at 10:01:26AM -0600, Theo de Raadt wrote:
>>> > > Jonathan Gray <j...@jsg.id.au> wrote:
>>> > > 
>>> > > > On Sun, Jul 24, 2022 at 08:05:26AM -0600, Theo de Raadt wrote:
>>> > > > > Why not match on cpu0: .*Intel
>>> > > > 
>>> > > > I sent a diff a month ago with ^cpu0:*Intel(R)
>>> > > > 
>>> > > > semarie mentioned false positives as it could match another
>>> > > > Intel device on another line on a non-Intel CPU
>>> > > > 
>>> > > > https://marc.info/?l=openbsd-tech&m=165579653107768&w=2
>
>I think replacing '*' with '*([![:cntrl:]])' can be the droid your looking for.

*you're

On a sidenote, the

    _nl=$(echo)

in fw_update.sh is AFAICT deceitful and moot, since ksh strips away trailing 
linefeeds. Use the uglier

    _nl='
'

instead.

/Alexander

Reply via email to