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: Andreas Gruenbacher
Subject: Re: [Quilt-dev] Re: ftw removed; emacs mode; translations; ready for 0.43?
Date: Fri, 27 Jan 2006 06:40:15 +0100
User-agent: KMail/1.8.2

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.

Andreas




reply via email to

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