BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001214 [BusyBox] Other minor always 02-13-07 10:16 02-28-08 09:59
Reporter regunkov View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.4.x
Summary 0001214: Sed uncorrect work with branches.
Description root@nsg /root # echo -e '0\n1\n2\n3\n4\n' | sed -e 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q'
0
x
2
root@nsg /root #

But it must be

regunkov@roman /home/nsg/src/linux-2.4.32-x-nsg/Documentation/filesystems $ echo -e '0\n1\n2\n3\n4\n' | sed -e 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q'
0
x
2
y
regunkov@roman /home/nsg/src/linux-2.4.32-x-nsg/Documentation/filesystems $
Additional Information
Attached Files

- Relationships

- Notes
(0005524)
vda
02-28-08 09:59

Fixed in revision 21139.
 

- Issue History
Date Modified Username Field Change
02-13-07 10:16 regunkov New Issue
02-13-07 10:16 regunkov Status new => assigned
02-13-07 10:16 regunkov Assigned To  => BusyBox
02-28-08 09:59 vda Status assigned => closed
02-28-08 09:59 vda Note Added: 0005524
02-28-08 09:59 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker