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

(-)java-ant-2.eclass.orig (-1 / +1 lines)
Lines 150-156 Link Here
150
	local find_args=""
150
	local find_args=""
151
	[[ "${JAVA_PKG_BSFIX_ALL}" == "yes" ]] || find_args="-maxdepth 1"
151
	[[ "${JAVA_PKG_BSFIX_ALL}" == "yes" ]] || find_args="-maxdepth 1"
152
152
153
	find_args="${find_args} -type f -name ${JAVA_PKG_BSFIX_NAME// / -o -name } "
153
	find_args="${find_args} -type f ( -name ${JAVA_PKG_BSFIX_NAME// / -o -name } ) "
154
154
155
	# This voodoo is done for paths with spaces
155
	# This voodoo is done for paths with spaces
156
	local bsfix_these
156
	local bsfix_these

Return to bug 231956