parent
c449bfea52
commit
863183ed6e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue