Nikita Karetnikov <[email protected]> skribis: > 'wdiff_bin' is defined like this: > > wdiff_bin="`which wdiff`" > > Why does it fail to find the binary? Is it connected with 'env'?
You probably need to add ‘which’ as an input, no? Ludo’.
Nikita Karetnikov <[email protected]> skribis: > 'wdiff_bin' is defined like this: > > wdiff_bin="`which wdiff`" > > Why does it fail to find the binary? Is it connected with 'env'?
You probably need to add ‘which’ as an input, no? Ludo’.