Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 03:56:54 +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-gUvW5CxYn0@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

Elijah Nelson <elijahnelsonne@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elijahnelsonne@gmail.com

--- Comment #23 from Elijah Nelson <elijahnelsonne@gmail.com> ---
To fix this issue, you can try modifying the second sed command to use a
different pattern that achieves the same result without relying on \s, which
might not be recognized properly in the newer version of sed.
https://mapsdrivingdirections.io

--=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-gUvW5CxYn0>