diff options
author | 2006-10-10 19:00:42 +0000 | |
---|---|---|
committer | 2006-10-10 19:00:42 +0000 | |
commit | a2029ba23c8e66c73fafd4ff8ade7ebc78038f38 (patch) | |
tree | 850c957d28240556773da121a09fa6a32fa9ca11 /www-client | |
parent | Updating metadata.xml, maintainance inherited from Flameeyes (diff) | |
download | gentoo-2-a2029ba23c8e66c73fafd4ff8ade7ebc78038f38.tar.gz gentoo-2-a2029ba23c8e66c73fafd4ff8ade7ebc78038f38.tar.bz2 gentoo-2-a2029ba23c8e66c73fafd4ff8ade7ebc78038f38.zip |
Whitespace correction in check for short versions of LINGUAS
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild b/www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild index c7d1a95df6b0..128ebfaf99c9 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild,v 1.3 2006/10/09 19:11:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0_rc2.ebuild,v 1.4 2006/10/10 19:00:42 truedfx Exp $ inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools @@ -63,7 +63,7 @@ linguas() { elif [[ " ${LANGS} " == *" ${LANG}-"* ]]; then for X in ${LANGS}; do if [[ "${X}" == "${LANG}-"* ]] && \ - [[ "${NOSHORTLANGS}" != *"${X}"* ]]; then + [[ " ${NOSHORTLANGS} " != *" ${X} "* ]]; then has ${X} ${linguas} || linguas="${linguas:+"${linguas} "}${X}" continue 2 fi |