aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCVSROOT/commit_prep.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index e7b785442b49..2fe26e4dafc5 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -224,6 +224,7 @@ if ($check_id != 0) {
}
if ($failed) {
print "\n";
+ unlink("$LAST_FILE.$id");
exit(1);
}
}