Karl Berry wrote:
> Sent back when diffutils was essentially unmaintained ... don't know if
> it's still present in 3.0, sorry.
>
> Date: Sun, 22 Feb 2009 10:55:00 +0000
> From: Jay <[email protected]>
> To: <[email protected]>
> Subject: -program-prefix=g gsdiff calls diff instead of gdiff
>
> When I build diffutils 2.8.1 with -program-prefix=g
> so that I get gdiff that doesn't hide vendor diff,
> the resulting gsdiff doesn't know to call gdiff instead of diff.
>
> This is on HP-UX 11iv1 (11.11) but that's probably not relevant.

Hi Karl,

Thanks for forwarding that.
I've just verified that the latest (diffutils-3.0) works fine.
This example shows that Xsdiff (I used X, not 'g') does indeed invoke Xdiff:

$ echo a > a; echo b > b
$ (export PATH=$PWD:/usr/bin; strace -ff -ok ./Xsdiff a b)
a                                                             | b
[Exit 1]
$ grep Xdif k.4252
execve("/t/junk/bin/Xdiff", ["Xdiff", "-y", "--", "a", "b"], [/* 86 vars */]) = 0

Reply via email to