projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff563f
)
fix download.pl (#1257)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Jan 2007 13:58:52 +0000
(13:58 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Jan 2007 13:58:52 +0000
(13:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6200
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
5134009
..
280e5f0
100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-23,7
+23,7
@@
my $ok;
sub localmirrors {
my @mlist;
- open LM, "$scriptdir/localmirrors" or return
""
;
+ open LM, "$scriptdir/localmirrors" or return
()
;
while (<LM>) {
chomp $_;
push @mlist, $_;
This page took
0.024286 seconds
and
4
git commands to generate.