summaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-xscripts/download.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index a3a5f09d9..cbe19348e 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -45,6 +45,7 @@ sub download
unlink "$target/$filename";
system("mv \"$target/$filename.dl\" \"$target/$filename\"");
+ cleanup();
}
sub cleanup