mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
fix to ignore line endings on linux
This commit is contained in:
parent
786867b4be
commit
71ee6e9e74
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import java.io.UnsupportedEncodingException;
|
|||
import org.eclipse.cdt.utils.spawner.ProcessFactory;
|
||||
|
||||
public class DiffUtil {
|
||||
private static final String DIFF_CMD = "diff -u";
|
||||
private static final String DIFF_CMD = "diff -ub";
|
||||
private static DiffUtil fInstance;
|
||||
|
||||
private DiffUtil(){
|
||||
|
|
Loading…
Add table
Reference in a new issue