https://bugs.kde.org/show_bug.cgi?id=249976

--- Comment #23 from Mathias Homann <[email protected]> ---
(In reply to Kevin Kofler from comment #22)
> parse the translated messages...


NOW we are finally getting somewhere.

I created a script that unsets LANG and then just calls diff with all argumets
passed to it, and told kompare to use that script instead of the regular diff
command, and voila, no more "malformed diff" errors anymore. Don't even have to
exclude image files by pattern anymore.

maybe that script should be part of kompare...

#!/bin/bash
unset LANG
/usr/bin/diff $@

sits in ~/bin on my home folder, and due to my $PATH gets preference before
/usr/bin/diff...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to