[BusyBox-cvs] busybox/editors sed.c,1.130,1.131

Glenn McGrath bug1 at busybox.net
Sat Aug 30 04:35:11 UTC 2003


Update of /var/cvs/busybox/editors
In directory winder:/tmp/cvs-serv7802/editors

Modified Files:
	sed.c 
Log Message:
Fix the substitution print subcommand, it should only print if its 
own substitution matched, not previous ones.
e.g
echo fooba | sed -n 's/foo//;s/bar/found/p'
shouldnt print anything






More information about the busybox-cvs mailing list