1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00

fix download.pl (#1257)

SVN-Revision: 6200
This commit is contained in:
Felix Fietkau 2007-01-25 13:58:52 +00:00
parent c449bfea52
commit 863183ed6e

View File

@ -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, $_;