X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=scripts%2Fdownload.pl;h=7d2c41e0d046605147709f39cbfc0095cf658b10;hb=72a7b909770c75c433f4833c9f506bb1ab4906bb;hp=08949d698aa49dd375e4dfbc14fb831e27dde61e;hpb=2aa5b50fe0d217d3b69d37642588fee83f6519d2;p=openwrt.git diff --git a/scripts/download.pl b/scripts/download.pl index 08949d698a..7d2c41e0d0 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -24,7 +24,7 @@ sub localmirrors { open LM, "$scriptdir/localmirrors" and do { while () { chomp $_; - push @mlist, $_; + push @mlist, $_ if $_; } close LM; };