summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-03-03 16:51:09 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-03-03 16:51:09 +0000
commit8b2c507693b8d4bd021e14b45b6c2122098d7c01 (patch)
treeb36e762e00d44d355f9d35983302cdc26a6606a8 /eclass
parentSort use.local.desc file. (diff)
downloadgentoo-2-8b2c507693b8d4bd021e14b45b6c2122098d7c01.tar.gz
gentoo-2-8b2c507693b8d4bd021e14b45b6c2122098d7c01.tar.bz2
gentoo-2-8b2c507693b8d4bd021e14b45b6c2122098d7c01.zip
Then endless loop was caused by people having weird bashrc so changing the comment to reflect that.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-utils-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 70dcaeda963a..14aea2943abd 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -6,7 +6,7 @@
#
# Licensed under the GNU General Public License, v2
#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.61 2007/03/03 16:27:31 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.62 2007/03/03 16:51:09 betelgeuse Exp $
# -----------------------------------------------------------------------------
@@ -262,7 +262,7 @@ java-pkg_dojar() {
depend-java-query() {
# Used to have a which call here but it caused endless loops for some people
- # please tell us why if you you have any idea. Maybe bash 3.1?
+ # that had some weird bashrc voodoo for which.
USE="${USE}" /usr/bin/depend-java-query "${@}"
}