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

(-)a/src/scripts/run-java-tool.bash.in (-2 / +1 lines)
Lines 26-32 toolpath=$( Link Here
26
	export PATH=
26
	export PATH=
27
	. "@GENTOO_PORTAGE_EPREFIX@/usr/share/java-config-2/vm/${vm_handle}" 2> /dev/null
27
	. "@GENTOO_PORTAGE_EPREFIX@/usr/share/java-config-2/vm/${vm_handle}" 2> /dev/null
28
	: ${PATH:=${vmpath}/bin:${vmpath}/jre/bin}
28
	: ${PATH:=${vmpath}/bin:${vmpath}/jre/bin}
29
	"@GENTOO_PORTAGE_EPREFIX@/usr/bin/which" "${tool}" 2> /dev/null
29
	"command -v" "${tool}" 2> /dev/null
30
)
30
)
31
31
32
if [ -x "${toolpath}" ]; then
32
if [ -x "${toolpath}" ]; then
33
- 

Return to bug 599392