projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath9k: fix switching channel bandwidth from 5/10 back to 20mhz
[openwrt.git]
/
scripts
/
download.pl
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
08949d6
..
7d2c41e
100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-24,7
+24,7
@@
sub localmirrors {
open LM, "$scriptdir/localmirrors" and do {
while (<LM>) {
chomp $_;
- push @mlist, $_;
+ push @mlist, $_
if $_
;
}
close LM;
};
This page took
0.022305 seconds
and
4
git commands to generate.