aboutsummaryrefslogtreecommitdiffstats
path: root/english/mirror
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2021-05-24 11:04:07 +0200
committerLaura Arjona Reina <larjona@debian.org>2021-06-04 12:59:14 +0000
commitff5e54356eede6d74127390997ff4fa954aba73e (patch)
tree39954c04bdfc48375b8a2ceefa5bd8a236754ecf /english/mirror
parentb646adeb950d6563f55dfd7311c33e7d7dc276dd (diff)
mirror/mirror_list: In aptline output, avoid extra newlines when we skip mirrors in the country for not having the given archive
Diffstat (limited to 'english/mirror')
-rwxr-xr-xenglish/mirror/mirror_list.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/mirror/mirror_list.pl b/english/mirror/mirror_list.pl
index c3d02a450b0..d73b8cd0dc4 100755
--- a/english/mirror/mirror_list.pl
+++ b/english/mirror/mirror_list.pl
@@ -133,8 +133,8 @@ sub aptlines {
if (defined $mirror[$id]{method}{'archive-http'}) {
print "deb http://$mirror[$id]{site}$mirror[$id]{method}{'archive-http'} stable main contrib non-free$archcomm\n";
}
- print "\n";
}
+ print "\n";
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy