diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-03 16:51:09 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-03 16:51:09 +0000 |
commit | 51370f1b5c913a303274aea3609f96777a01b0c7 (patch) | |
tree | 2f904ea94bee4a801c0258385e487c8b1d6336d4 /eclass/java-utils-2.eclass | |
parent | Sort use.local.desc file. (diff) | |
download | historical-51370f1b5c913a303274aea3609f96777a01b0c7.tar.gz historical-51370f1b5c913a303274aea3609f96777a01b0c7.tar.bz2 historical-51370f1b5c913a303274aea3609f96777a01b0c7.zip |
Then endless loop was caused by people having weird bashrc so changing the comment to reflect that.
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 4 |
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 "${@}" } |