In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/40c539099071b6200af235484f3b33ce7d837dd6?hp=fe4f778754e1e2a5e05eddcd123ab68c16b18ab9>

- Log -----------------------------------------------------------------
commit 40c539099071b6200af235484f3b33ce7d837dd6
Author: Yves Orton <demer...@gemini.(none)>
Date:   Tue Jul 28 13:04:22 2009 +0200

    dont leave temporary files laying around
-----------------------------------------------------------------------

Summary of changes:
 Porting/make_snapshot.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Porting/make_snapshot.pl b/Porting/make_snapshot.pl
index cab61b1..70a4c3d 100755
--- a/Porting/make_snapshot.pl
+++ b/Porting/make_snapshot.pl
@@ -71,6 +71,7 @@ if (!-e "$path/$gz_file") {
         close $fh;
     }
     system("tar -f $tar_file --transform='s,^$$,$prefix,g' --owner=root 
--group=root --mode=664 --append $$.patch");
+    unlink "$$.patch";
     system("gzip -S .gz -9 $tar_file");
     rename "$tar_file.gz", "$gz_file";
 }

--
Perl5 Master Repository

Reply via email to