diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 16:03:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 16:03:35 +0000 |
commit | 5728bbe4c7f892f2528daa06eac2325f6cf916c9 (patch) | |
tree | fb01e893711ac8a7005803e21bfd6e79b32892b5 /eclass/horde.eclass | |
parent | unleash into ~arch (diff) | |
download | historical-5728bbe4c7f892f2528daa06eac2325f6cf916c9.tar.gz historical-5728bbe4c7f892f2528daa06eac2325f6cf916c9.tar.bz2 historical-5728bbe4c7f892f2528daa06eac2325f6cf916c9.zip |
fix typo in var name #125062
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r-- | eclass/horde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 6cf907bcbb01..574252fc6692 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.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/horde.eclass,v 1.30 2006/02/11 05:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.31 2006/03/05 16:03:35 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -79,7 +79,7 @@ horde_pkg_setup() { HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2} fi if ! built_with_use ${param} dev-lang/php ${HORDE_PHP_FEATURES} ; then - if [[ ${parm} == "-o" ]] ; then + if [[ ${param} == "-o" ]] ; then eerror "You MUST re-emerge php with at least one of" else eerror "You MUST re-emerge php with all of" |