diff options
Diffstat (limited to 'perl-install/unused/otherinsmod.pm')
-rw-r--r-- | perl-install/unused/otherinsmod.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/unused/otherinsmod.pm b/perl-install/unused/otherinsmod.pm index fb62ff945..1a8eee9ff 100644 --- a/perl-install/unused/otherinsmod.pm +++ b/perl-install/unused/otherinsmod.pm @@ -18,7 +18,7 @@ sub insmod { } my $rc = insmod_main($tmpname || $file, @_); - + unlink($tmpname); return $rc; |