Patch from Matt Kraai:
authorEric Andersen <andersen@codepoet.org>
Tue, 23 Dec 2003 08:53:51 +0000 (08:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 23 Dec 2003 08:53:51 +0000 (08:53 -0000)
commit52a3c2726ef9dc2c350fe761e41bf8e02444392e
tree2489e09309a1428000062965b31e4d62d406ee18
parentb89fcd44308b7551ca239c31fe26df725377f75f
Patch from Matt Kraai:

sed is broken:

 busybox sed -n '/^a/,/^a/p' >output <<EOF
 a
 b
 a
 b
 EOF
 cmp -s output - <<EOF
 a
 b
 a
 EOF

The attached patch fixes it.
editors/sed.c