You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/05/21 16:18:08 UTC

svn commit: r1125709 - /subversion/trunk/tools/dist/backport.pl

Author: danielsh
Date: Sat May 21 14:18:08 2011
New Revision: 1125709

URL: http://svn.apache.org/viewvc?rev=1125709&view=rev
Log:
* tools/dist/backport.pl
  (merge): Attempt to reduce /tmp spam.

Tested by: none

Modified:
    subversion/trunk/tools/dist/backport.pl

Modified: subversion/trunk/tools/dist/backport.pl
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/backport.pl?rev=1125709&r1=1125708&r2=1125709&view=diff
==============================================================================
--- subversion/trunk/tools/dist/backport.pl (original)
+++ subversion/trunk/tools/dist/backport.pl Sat May 21 14:18:08 2011
@@ -76,6 +76,8 @@ EOF
   open SHELL, '|-', qw#/bin/sh -x# or die $!;
   print SHELL $script;
   close SHELL or warn "$0: sh($?): $!";
+
+  unlink $logmsg_filename unless $? or $!;
 }
 
 # TODO: may need to parse other headers too?