diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-27 01:49:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-27 01:49:41 +0000 |
commit | 0b9d452b0cdcb0af203bb71dbdd97a98c5178df8 (patch) | |
tree | c20640c45d8ad9831f9e40bf91281e83a1ef5fae /eclass | |
parent | Version bump #260206 by Cheng Renquan. (diff) | |
download | gentoo-2-0b9d452b0cdcb0af203bb71dbdd97a98c5178df8.tar.gz gentoo-2-0b9d452b0cdcb0af203bb71dbdd97a98c5178df8.tar.bz2 gentoo-2-0b9d452b0cdcb0af203bb71dbdd97a98c5178df8.zip |
tweak output case to avoid confusing people #260214 by Caleb Cushing
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 7062a1840790..9530131c7b4b 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.315 2009/02/21 23:28:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.316 2009/02/27 01:49:41 vapier Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -1616,7 +1616,7 @@ strip-linguas() { fi done [[ -n ${nols} ]] \ - && ewarn "Sorry, but ${PN} does not support the LINGUAs:" ${nols} + && ewarn "Sorry, but ${PN} does not support the LINGUAS:" ${nols} export LINGUAS=${newls:1} } |