diff options
author | peter <peter@FreeBSD.org> | 1996-03-12 03:43:10 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-03-12 03:43:10 +0800 |
commit | 2fde46e9f34eecc217fc1bb3655afd7024b7f2b8 (patch) | |
tree | c90678be90fa24e1e27579052bc28e3c7b78eeac /CVSROOT/log_accum.pl | |
parent | 2bd9d8c91c579ffef811895193f8a639c6e06dce (diff) | |
download | freebsd-ports-gnome-2fde46e9f34eecc217fc1bb3655afd7024b7f2b8.tar.gz freebsd-ports-gnome-2fde46e9f34eecc217fc1bb3655afd7024b7f2b8.tar.zst freebsd-ports-gnome-2fde46e9f34eecc217fc1bb3655afd7024b7f2b8.zip |
Dont forget to clean temporary files when doing short logfile processing
for imports..
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-x | CVSROOT/log_accum.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 81da41f827e5..f3e29e9b77c0 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: log_accum.pl,v 1.17 1996/02/07 14:35:38 peter Exp $ +# $Id: log_accum.pl,v 1.18 1996/02/16 18:53:12 peter Exp $ # # Perl filter to handle the log messages from the checkin of files in # a directory. This script will group the lists of files by log @@ -447,6 +447,7 @@ if ($ARGV[0] =~ /Imported sources/) { } &mail_notification(@text); + &cleanup_tmpfiles(1); exit 0; } |