ignore empty lines in scripts/localmirrors

SVN-Revision: 27416
v19.07.3_mercusys_ac12_duma
John Crispin 13 years ago
parent cd8166f3fd
commit 4d8b9fafcb

@ -24,7 +24,7 @@ sub localmirrors {
open LM, "$scriptdir/localmirrors" and do {
while (<LM>) {
chomp $_;
push @mlist, $_;
push @mlist, $_ if $_;
}
close LM;
};

Loading…
Cancel
Save