summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-06-14 15:30:45 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-06-14 15:30:45 -0400
commit933c1b3869fcb6c43e66a7d521fa6dae392a5320 (patch)
tree4d33e575f60dc49f340bac28d244066c4bb36134
parent9fefb1c224eaf15f0e0b2fa58dd78f133cc0209f (diff)
downloadlongterm-queue-2.6.34-933c1b3869fcb6c43e66a7d521fa6dae392a5320.tar.gz
reviewbot: clean up temp files
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rwxr-xr-xscripts/reviewbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reviewbot b/scripts/reviewbot
index 89e8b54..1b42251 100755
--- a/scripts/reviewbot
+++ b/scripts/reviewbot
@@ -108,7 +108,7 @@ if [ -z "$QUIET" ]; then
diff -u $A $B |grep '^[+-] '
fi
fi
-# rm -f $A $B
+rm -f $A $B
cat $1 | grep -q '^C[cC]:.*stable@kernel.org'
if [ $? = 0 ]; then