diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-23 08:53:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-23 08:53:51 +0000 |
commit | 52a3c2726ef9dc2c350fe761e41bf8e02444392e (patch) | |
tree | 2489e09309a1428000062965b31e4d62d406ee18 /scripts | |
parent | b89fcd44308b7551ca239c31fe26df725377f75f (diff) | |
download | busybox-52a3c2726ef9dc2c350fe761e41bf8e02444392e.tar.gz |
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.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions