summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2006-12-18 10:09:58 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2006-12-18 10:09:58 +0000
commitdade40fcd5e5c99fab5dddd95716146db92fad40 (patch)
tree60edc5bd960cdefd9e5443ebfa3b848f10089abb /eclass
parentUsing default src_compile from java-pkg-2.eclass. (diff)
downloadhistorical-dade40fcd5e5c99fab5dddd95716146db92fad40.tar.gz
historical-dade40fcd5e5c99fab5dddd95716146db92fad40.tar.bz2
historical-dade40fcd5e5c99fab5dddd95716146db92fad40.zip
Quoting EANT_BUILD_XML in default src_compile to allow spaces in it.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-pkg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
index 6a495814236b..b7a8f8d11a2f 100644
--- a/eclass/java-pkg-2.eclass
+++ b/eclass/java-pkg-2.eclass
@@ -5,7 +5,7 @@
#
# Licensed under the GNU General Public License, v2
#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg-2.eclass,v 1.6 2006/12/17 16:44:06 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg-2.eclass,v 1.7 2006/12/18 10:09:58 betelgeuse Exp $
inherit java-utils-2
@@ -60,7 +60,7 @@ java-pkg-2_src_compile() {
if [[ -e "${EANT_BUILD_XML:=build.xml}" ]]; then
local antflags="${EANT_BUILD_TARGET:=jar}"
hasq doc ${IUSE} && antflags="${antflags} $(use_doc ${EANT_DOC_TARGET})"
- eant ${antflags} -f ${EANT_BUILD_XML}
+ eant ${antflags} -f "${EANT_BUILD_XML}"
else
vecho "${FUNCNAME}: No build.xml found so nothing to do."
fi