diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-08-10 00:26:05 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-08-10 00:26:05 +0000 |
commit | 2f432067c79dfda3dc48828a474b38c7d4a3506a (patch) | |
tree | 130c7fe3134010c1680eee8093d941537cf00cbd /eclass | |
parent | new version for 2.14.3. bump gnome-doc-utils dep. (diff) | |
download | gentoo-2-2f432067c79dfda3dc48828a474b38c7d4a3506a.tar.gz gentoo-2-2f432067c79dfda3dc48828a474b38c7d4a3506a.tar.bz2 gentoo-2-2f432067c79dfda3dc48828a474b38c7d4a3506a.zip |
Fix for current-vm-matches by Caster
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index f6dfd98ffc23..821ec891067c 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -1062,7 +1062,7 @@ java-pkg_get-current-vm() { } java-pkg_current-vm-matches() { - hasq java-pkg_get-currenv-vm ${@} + hasq $(java-pkg_get-current-vm) ${@} return $? } |