On Sat, Jul 17, 2010 at 10:04 PM, Rob Landley <[email protected]> wrote:
> On Thursday 15 July 2010 02:02:33 Denys Vlasenko wrote:
>> On Wednesday 14 July 2010 20:09, Rob Landley wrote:
>> > If I could actually use defconfig instead of my allnoconfig
>> > KCONFIG_ALLCONFIG=trimconfig thing, that would be an improvement...
>>
>> To achieve this you need to let me know what currently prevents that.
>
> $ echo hello | build/host/dos2unix
> hello
> dos2unix: can't open 'ORBIT_SOCKETDIR=/tmp/orbit-landley': No such file or
> directory
>
> Apparently, dos2unix is horked?

yes

> (Where's it getting ORBIG_SOCKETDIR from?

env[0]

> What?  Why is it trying to open anything, with no arguments shouldn't it 
> filter
> stdin to stdout?)

It did filter stdin to stdout, but then it ran off argv[] vector and started
chewing up env[].

Try this:

http://busybox.net/downloads/fixes-1.17.0/busybox-1.17.0-dos2unix.patch
-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to