projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable gnu glob in uclibc
[openwrt.git]
/
scripts
/
download.pl
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
161ae7f
..
806ee80
100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-86,7
+86,7
@@
sub download
$sum = $1;
if (($md5sum =~ /\w{32}/) and ($sum ne $md5sum)) {
$sum = $1;
if (($md5sum =~ /\w{32}/) and ($sum ne $md5sum)) {
- print STDERR "MD5 sum of the downloaded file does not match - deleting download.\n";
+ print STDERR "MD5 sum of the downloaded file does not match
(file: $sum, requested: $md5sum)
- deleting download.\n";
cleanup();
return;
}
cleanup();
return;
}
This page took
0.024421 seconds
and
4
git commands to generate.