Preserve substitution flag value within the current line.
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 14 Sep 2003 07:59:28 +0000 (07:59 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 14 Sep 2003 07:59:28 +0000 (07:59 -0000)
commit3fe475677a54fff6ce8a39e1d4a7e3d358aeed18
tree54b9f635343d3d405c8036ac3aeef72d8aa64466
parentf4523562b615b8b2cfc8bcc7a962b4d0f5cb9168
Preserve substitution flag value within the current line.
Fixed the following testcase
# cat strings |./busybox sed -n -f test3.sed
1
1
2
c
c
# cat strings
a
b
c
editors/sed.c