author | Heiko Schlittermann <hs@schlittermann.de> |
Tue, 10 Aug 2010 13:03:48 +0200 | |
changeset 9 | 7ca31b207366 |
parent 8 | 654be00c18ee (diff) |
parent 7 | 7df21c1807a6 (current diff) |
child 10 | 09883d94ba30 |
update-serial | file | annotate | diff | comparison | revisions |
--- a/update-serial Mon Aug 02 15:48:21 2010 +0200 +++ b/update-serial Tue Aug 10 13:03:48 2010 +0200 @@ -13,7 +13,6 @@ # the current directory) # . optionally reload the named - use strict; use warnings; @@ -30,6 +29,7 @@ my @Zones; my $file; + sub cleanup() { unlink @tmpfiles; } END { cleanup(); }