aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xformat_patch.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/format_patch.sh b/format_patch.sh
index f64e495..ed7f030 100755
--- a/format_patch.sh
+++ b/format_patch.sh
@@ -78,9 +78,7 @@ do
tail -n +3 "$patch.old" >> "$patch"
rm "$patch.old"
- echo >> "$to_total"
echo "$to" >> "$to_total"
- echo >> "$cc_total"
echo "$cc" >> "$cc_total"
done