projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194c4b3
)
remove md5sum file after successful download
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Mar 2005 23:52:32 +0000
(23:52 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Mar 2005 23:52:32 +0000
(23:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@394
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
a3a5f09
..
cbe1934
100755
(executable)
--- 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
This page took
0.026862 seconds
and
4
git commands to generate.