diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-05-03 21:28:45 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-05-03 21:28:45 +0000 |
commit | 94bfc366c2705376d45a86fbe6ba8db6b782163f (patch) | |
tree | 8ace27846256b25d01e336e6e4b6c9ada0280a43 /eclass | |
parent | Fix ejunit to work when the package has no dependencies and getjars to work w... (diff) | |
download | historical-94bfc366c2705376d45a86fbe6ba8db6b782163f.tar.gz historical-94bfc366c2705376d45a86fbe6ba8db6b782163f.tar.bz2 historical-94bfc366c2705376d45a86fbe6ba8db6b782163f.zip |
fix typo in ejunit
Diffstat (limited to '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 9b64b29b76ab..ddbf035bfe03 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.106 2008/05/03 21:28:07 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.107 2008/05/03 21:28:45 betelgeuse Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -1772,7 +1772,7 @@ java-pkg_ant-tasks-depend() { # @param $2 - classpath; junit and recorded dependencies get appended # @param $@ - the rest of the parameters are passed to java # ------------------------------------------------------------------------------ -ejunit{ +ejunit() { debug-print-function ${FUNCNAME} $* local pkgs |