--- scripts/stat_directory_complete.pl.orig	Mon Oct 26 16:22:50 2015
+++ scripts/stat_directory_complete.pl	Tue Oct 27 14:23:22 2015
@@ -236,7 +236,7 @@ foreach my $c (@cfiles) {
     mylog "found corrected";
   }
   my $onlychange = 0;
-  open TMP, "diff -u -b -B $bef $aft |";
+  open TMP, "gdiff -u -b -B $bef $aft |";
 
   my $count = 0;
   while(<TMP>) {
