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