diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-20 13:44:03 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-20 13:44:03 +0000 |
commit | 9a999b80f59a34c782ef38bc274828363d491583 (patch) | |
tree | 40e8fae35e17462b3f694928e9e0633c8ad37e40 /eclass | |
parent | KEYWORDS for alpha (diff) | |
download | historical-9a999b80f59a34c782ef38bc274828363d491583.tar.gz historical-9a999b80f59a34c782ef38bc274828363d491583.tar.bz2 historical-9a999b80f59a34c782ef38bc274828363d491583.zip |
uhh, fi != if careful fixing indentation with different letters
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java.eclass b/eclass/java.eclass index 7a65bb5c25a9..9a6648595d77 100644 --- a/eclass/java.eclass +++ b/eclass/java.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.4 2002/10/19 23:44:12 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.5 2002/10/20 13:44:03 lostlogic Exp $ ECLASS=java INHERITED="$INHERITED $ECLASS" @@ -86,6 +86,6 @@ install_mozilla_plugin() { if [ "`use mozilla`" ] ; then dodir /usr/lib/mozilla/plugins dosym $1 /usr/lib/mozilla/plugins/${bn} - if + fi } |