Skip to content
Snippets Groups Projects
Commit a63ad73d authored by edgrif's avatar edgrif
Browse files

remove wrong clean up code cvs diff makediff

parent 02c7d130
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment