Bug#513313: colordiff: does not work when arguments provided but part of shell script using stdin

2009-01-30 Thread Dave Ewart
Thanks for the bug/patch, Tim: I'll check that over. The '&&' version of the patch seemed very intuitive at the time and I'm trying to consider the implications of the '||' version :-) I have a test suite which I'll try against this new patch, but I think I'll need to expand the tests to check ex

Bug#513313: colordiff: does not work when arguments provided but part of shell script using stdin

2009-01-27 Thread Tim Connors
Package: colordiff Version: 1.0.7-2 Severity: normal Tags: patch If one writes a shell fragment like: find . -type f | while read a ; do colordiff -u "$a" /home/aatlxz/twc/public_html/"$a" ; done then colordiff tries to slurp all of find's stdout, rather than letting the shell slurp it. The re