diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-09-02 01:42:57 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-09-02 01:42:57 +0000 |
commit | c05450841ae0188c8147566bac9f1815268ff467 (patch) | |
tree | e8d02dcf23414d1b120e732f303a77dcea5eb093 /eclass | |
parent | ruby-vte ebuild, #139164 (diff) | |
download | historical-c05450841ae0188c8147566bac9f1815268ff467.tar.gz historical-c05450841ae0188c8147566bac9f1815268ff467.tar.bz2 historical-c05450841ae0188c8147566bac9f1815268ff467.zip |
Fixed typo in variable name, as pointed out by pioto
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-vm-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass index 0b2364cf4bc1..a41ee05114c5 100644 --- a/eclass/java-vm-2.eclass +++ b/eclass/java-vm-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.9 2006/09/01 03:00:47 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.10 2006/09/02 01:42:57 nichoj Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -160,7 +160,7 @@ set_java_env() { # Make the symlink dosym ${java_home} ${JAVA_VM_DIR}/${VMHANDLE} \ - || die "Failed to make VM symlink at ${JAVA_VM_DIR}/${VMHANDE}" + || die "Failed to make VM symlink at ${JAVA_VM_DIR}/${VMHANDLE}" } |