On Tuesday 27 September 2011 18:14, Tomasz Czapiewski wrote:
> Hi,
> I've noticed that wildcard is not working in busybox applets when I link 
> busybox 1.19.2 with uClibc 0.9.29 libs.
> 
> For example those are working fine when the same busybox code (and 
> exactly the same config) is linked with glibc:
> egrep '<xml>.*</xml>' file.xml
> awk '/<xml>.*<\/xml>' file.xml
> sed -n '/<xml>.*<\/xml>/p' file.xml
> 
> But the same commands do not return result on busybox linked with uClibc.
> (file.xml contains <xml><...><...></xml> pattern in one line)

This is an uclibc bug then. Please post to uclibc mailing list.
Don't forget to include .config files for both busybox and uclibc.

-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to