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

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- extra/locale/locale-gen
0
++ extra/locale/locale-gen
Lines 14-21 Link Here
14
	EPREFIX=""
14
	EPREFIX=""
15
fi
15
fi
16
16
17
source "${EPREFIX}"/etc/init.d/functions.sh || {
17
functions_script="/lib/gentoo/functions.sh"
18
	echo "${argv0}: Could not source /etc/init.d/functions.sh!" 1>&2
18
source "${EPREFIX}"${functions_script} || {
19
	echo "${argv0}: Could not source ${functions_script}!" 1>&2
19
	exit 1
20
	exit 1
20
}
21
}
21
22

Return to bug 478764