From 131b608016f7d04d3486e06da3b7144fed1fec5b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Mar 2006 19:55:53 +0000 Subject: erase the .bundle file once it has been read (security) --- mdkupdate | 1 + 1 file changed, 1 insertion(+) diff --git a/mdkupdate b/mdkupdate index 335a5698..22f103fc 100755 --- a/mdkupdate +++ b/mdkupdate @@ -140,6 +140,7 @@ if (!$bundle) { } my $bundle_info; my %bundle_vars = getVarsFromSh($bundle); + rm_rf($bundle); $wc->{USER_EMAIL} or system("/usr/sbin/mdkonline"); $wc = mdkonline::read_conf(); -- cgit v1.2.1