quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] Re: ftw removed; emacs mode; translations; ready for 0.4


From: Gary V. Vaughan
Subject: Re: [Quilt-dev] Re: ftw removed; emacs mode; translations; ready for 0.43?
Date: Tue, 31 Jan 2006 12:25:12 +0000
User-agent: Thunderbird 1.5 (X11/20051201)

Andreas Gruenbacher wrote:
> On Friday 27 January 2006 01:52, Gary V. Vaughan wrote:
>>> What does this get you?
>>>
>>>     $ echo <(echo foo) <(echo bar)
>>   $ echo <(echo foo) <(echo bar)
>>   /dev/fd/63 /dev/fd/62
>>
>>   or did you mean:
>>
>>   $ cat <(echo foo) <(echo bar)
>>   foo
>>   bar
> 
> I really did mean echo to see if <(...) does something useful at all on that 
> box, but it's interesting to see that other than diff, cat succeeds. So it's 
> a diff bug on that platform most likely. You could try debugging it with 
> strace / ltrace / truss (maybe swapping the diff arguments),
> 
>       $ echo foo > foo
>       $ strace diff foo <(echo bar)
> 
> but I don't think that knowing why this diff is broken would help us. We 
> didn't rely on <(...) very much, so I've replaced it where we have been using 
> it.

Agreed.  Thanks, your replacement works fine for me :-D

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]