commit | 52a3c2726ef9dc2c350fe761e41bf8e02444392e | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Dec 23 08:53:51 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Dec 23 08:53:51 2003 +0000 |
tree | 2489e09309a1428000062965b31e4d62d406ee18 | |
parent | b89fcd44308b7551ca239c31fe26df725377f75f [diff] |
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.