mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
ignore empty lines in scripts/localmirrors
SVN-Revision: 27416
This commit is contained in:
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…
x
Reference in New Issue
Block a user