mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 08:04:10 +00:00
scripts: download.pl: fix indentation
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
e087bb5bd7
commit
fe82ea049e
@ -252,8 +252,7 @@ foreach my $mirror (@ARGV) {
|
|||||||
push @mirrors, "http://ftp.belnet.be/ftp.gnome.org/sources/$1";
|
push @mirrors, "http://ftp.belnet.be/ftp.gnome.org/sources/$1";
|
||||||
push @mirrors, "ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/$1";
|
push @mirrors, "ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/$1";
|
||||||
push @mirrors, "ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/$1";
|
push @mirrors, "ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/$1";
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
push @mirrors, $mirror;
|
push @mirrors, $mirror;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user