diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-09-13 06:57:39 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-09-13 06:57:39 +0000 |
commit | 64926f45d8fa4a27be70779e619ad221ca79e7b8 (patch) | |
tree | 4cfed64c2642b0aed4214dbbc6216eda1c3c51ea /shell | |
parent | 56fd99c51c8edc0c5619157a67de3d1d29124bf0 (diff) | |
download | busybox-w32-64926f45d8fa4a27be70779e619ad221ca79e7b8.tar.gz busybox-w32-64926f45d8fa4a27be70779e619ad221ca79e7b8.tar.bz2 busybox-w32-64926f45d8fa4a27be70779e619ad221ca79e7b8.zip |
Fix the following testcase by storing the state of the adress match with
the command.
# cat strings
a
b
c
d
e
f
g
# ./busybox sed '1,2d;4,$d' <strings
c
# ./busybox sed '4,$d;1,2d' <strings
# sed '4,$d;1,2d' <strings
c
# sed '1,2d;4,$d' <strings
c
git-svn-id: svn://busybox.net/trunk/busybox@7496 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions