Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 21:57:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)
Message-ID:  <bug-253893-227-uLMT1VKl0x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253893-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253893-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253893

Quanah Gibson-Mount <quanah.gibsonmount@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |quanah.gibsonmount@gmail.co
                   |                            |m

--- Comment #19 from Quanah Gibson-Mount <quanah.gibsonmount@gmail.com> ---
This also broke the OpenLDAP test suite when running on FreeBSD 13:

Testing account lockout...
sed: 1: "s/.*seconds_before_unlo ...": RE error: trailing backslash (\)
ldapsearch failed (49)!


Affected line is:

DELAY=3D`echo "$DELAYATTR" | sed -n -e 's/.*seconds_before_unlock=3D\(\d*\)=
/\1/p'`

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253893-227-uLMT1VKl0x>