[Bug 209387] [exp-run] sed fix.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 28 02:52:05 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209387

Mikhail Teterin <mi at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
                 CC|                            |mi at FreeBSD.org
             Status|Closed                      |Open

--- Comment #6 from Mikhail Teterin <mi at FreeBSD.org> ---
Things are broken now:

Before -- using the still-installed sed:

    echo aab | sed 's/^a//g'
    ab

after -- using the just-rebuilt executable:

    echo aab | /usr/obj/ibm/src/usr.bin/sed/sed 's/^a//g'
    b

The old behavior was correct. GNU sed does the same as we used to -- in fact, I
caught this by applying GNU sed's testsuit against our sed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list