Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2016 02:52:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209387] [exp-run] sed fix.
Message-ID:  <bug-209387-13-hEINcBXxKF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209387-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209387-13@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=3D209387

Mikhail Teterin <mi@FreeBSD.org> changed:

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

--- Comment #6 from Mikhail Teterin <mi@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 fac=
t, I
caught this by applying GNU sed's testsuit against our sed.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209387-13-hEINcBXxKF>