[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Mar 2024 03:56:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893

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

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