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

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- java-config-wrapper-0.16/src/shell/java-check-environment
0
++ java-config-wrapper-0.16/src/shell/java-check-environment
Lines 1-6 Link Here
1
#!/bin/bash
1
#!/bin/bash
2
2
3
source /etc/init.d/functions.sh
3
functions_script="/lib/gentoo/functions.sh"
4
source ${functions_script} || {
5
	echo "Could not source ${functions_script}!" 1>&2
6
	exit 1
7
}
4
8
5
# Used to update the global result.
9
# Used to update the global result.
6
update_result() {
10
update_result() {

Return to bug 504124