[kompare] [Bug 249976] kompare complains about malformed diffs

Mathias Homann bugzilla_noreply at kde.org
Mon Jun 29 11:30:50 BST 2020


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

--- Comment #23 from Mathias Homann <Mathias.Homann at opensuse.org> ---
(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 the assignee for the bug.


More information about the Kompare-devel mailing list