From a63ad73ddccfdf3f41d4ee271f42a2551507d82d Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Wed, 24 Mar 2010 10:50:07 +0000
Subject: [PATCH] remove wrong clean up code cvs diff makediff

---
 foocanvas/makediff | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/foocanvas/makediff b/foocanvas/makediff
index f27927e57..35371baad 100755
--- a/foocanvas/makediff
+++ b/foocanvas/makediff
@@ -75,14 +75,12 @@ do
   fi
 
 #  echo "making diff between  $old_file and $new_file,  output in $diff_file"
+#  echo "LC_ALL=C TZ=UTC0 diff -Naur $old_file $new_file > $diff_file"
   LC_ALL=C TZ=UTC0 diff -Naur $old_file $new_file > $diff_file
 
 done
 
 
-# tidy up...
-rm -f $diff_file
-
 exit 0
 
 
-- 
GitLab