On Monday 15 September 2014 19:00, Ari Sundholm wrote:
> 
> Hello!
> 
> Busybox sed seems to have some sort of a bug in its regexp parser.
> Examples below:
> 
> ~ # This doesn't work.
> ~ busybox sed -e 's/a/b/1; s/a/b/g'
> sed: bad option in substitution expression
> 
> ~ # This works.
> ~ busybox sed -e 's/a/b/1 ; s/a/b/g'
> 
> ~ # Curiously, this also works.
> ~ busybox sed -e 's/a/b/1;'

Thanks for the report. Fixed in git.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to