mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 16:42:47 +00:00
parent
c449bfea52
commit
863183ed6e
@ -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, $_;
|
||||
|
Loading…
Reference in New Issue
Block a user