Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 543814 | Differences between
and this patch

Collapse All | Expand All

(-)a/mirrorselect/main.py (-1 / +1 lines)
Lines 109-115 class MirrorSelect(object): Link Here
109
		if var == "sync-uri" and out:
109
		if var == "sync-uri" and out:
110
			mirror_string = '%s = %s' % (var, ' '.join(hosts))
110
			mirror_string = '%s = %s' % (var, ' '.join(hosts))
111
		else:
111
		else:
112
			mirror_string = '%s="%s"' % (var, ' '.join(hosts))
112
			mirror_string = '%s="%s"' % (var, ' \\\n	'.join(hosts))
113
113
114
		if out:
114
		if out:
115
			self.write_to_output(mirror_string)
115
			self.write_to_output(mirror_string)

Return to bug 543814