diff options
| -rwxr-xr-x | git-cvsexportcommit.perl | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 870554eade..32a4883321 100755 --- a/git-cvsexportcommit.perl +++ b/git-cvsexportcommit.perl @@ -241,13 +241,14 @@ if ($opt_c) {  	die "Exiting: The commit did not succeed";      }      print "Committed successfully to CVS\n"; +    # clean up +    unlink(".msg");  } else {      print "Ready for you to commit, just run:\n\n   $cmd\n";  }  # clean up  unlink(".cvsexportcommit.diff"); -unlink(".msg");  sub usage {  	print STDERR <<END;  | 
