On Thu, Sep 16, 2010 at 3:32 PM, Vladimir Dronnikov <[email protected]> wrote:
>> Sorry, no strace on that machine installed. Doesn't the error happen on
>> your system?
>
> I've no BB setup within my grasp.
>
> Can someone on the list help us?
This line expects CR,NL terminated lines:
while ((line = xmalloc_fgets_str(stdin, "\r\n\r\n")) != NULL) {
but makemime's output is only NL-terminated.
This works for me:
cat makemime_result | sed $'s/$/\r/' | ./busybox reformime; echo $?
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox