[scripts] add patch-specs.sh, a utility for modifying GCC specs
[openwrt.git] / scripts / download.pl
index 08949d6..7d2c41e 100755 (executable)
@@ -24,7 +24,7 @@ sub localmirrors {
        open LM, "$scriptdir/localmirrors" and do {
            while (<LM>) {
                        chomp $_;
-                       push @mlist, $_;
+                       push @mlist, $_ if $_;
                }
                close LM;
        };
This page took 0.021365 seconds and 4 git commands to generate.