Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 403215
Collapse All | Expand All

(-)a/modules/profile.eselect (-2 / +1 lines)
Lines 33-39 get_symlink_location() { Link Here
33
get_repos() {
33
get_repos() {
34
	# sort: DEFAULT_REPO first, then alphabetical order
34
	# sort: DEFAULT_REPO first, then alphabetical order
35
	portageq get_repos "${ROOT:-/}" \
35
	portageq get_repos "${ROOT:-/}" \
36
		| sed "s/[[:space:]]\+/\n/g;s/\b${DEFAULT_REPO}\b/ &/" \
36
		| sed "s/[[:space:]]\+/\n/g;s/^${DEFAULT_REPO}$/ &/" \
37
		| LC_ALL=C sort
37
		| LC_ALL=C sort
38
	[[ -z ${PIPESTATUS[@]#0} ]]
38
	[[ -z ${PIPESTATUS[@]#0} ]]
39
}
39
}
40
- 

Return to bug 403215