[Bug 253893] sed "/^\s*$/d" complains about trailing backslash (\)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 27 17:32:43 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253893
Kyle Evans <kevans at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevans at freebsd.org
--- Comment #2 from Kyle Evans <kevans at freebsd.org> ---
(In reply to freebsd from comment #0)
Regardless of how 13 ends up, you should patch this to replace \s with
[[:space:]]. This expression is not doing what the authors intended it to do on
any other version of FreeBSD, and the new logic is only pointing that out.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list