From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QeMZZ-0007wJ-Mb for garchives@archives.gentoo.org; Wed, 06 Jul 2011 07:31:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA7921C074; Wed, 6 Jul 2011 07:30:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1CAA21C088 for ; Wed, 6 Jul 2011 07:30:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A15D41BC0D8 for ; Wed, 6 Jul 2011 04:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A9AB8003F for ; Wed, 6 Jul 2011 04:22:28 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/ X-VCS-Repository: proj/mozilla X-VCS-Files: scripts/get_langs.sh X-VCS-Directories: scripts/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c5ad210bfdb2d03bffe42c5669b5bbce7b19c1cd Date: Wed, 6 Jul 2011 04:22:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3a3dae750abe9f2abd68c5e0948592e5 commit: c5ad210bfdb2d03bffe42c5669b5bbce7b19c1cd Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Jul 6 04:18:41 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Jul 6 04:18:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Dc5ad210b Update scripts/get_langs.sh --- scripts/get_langs.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh index 69454b3..814f8cb 100755 --- a/scripts/get_langs.sh +++ b/scripts/get_langs.sh @@ -24,5 +24,5 @@ else echo 'Unknown product, dying...' exit 1 fi -LANGS=3D$(echo ${INBUILT_LANGS} ${XPI_LANGS} | tr " " "\n" | sort -d | u= niq) -echo ${LANGS} +LANGS=3D$(echo ${INBUILT_LANGS} ${XPI_LANGS} | tr " " "\n" | sort -d | u= niq | tr "\n" " ") +echo "LANGS=3D(${LANGS})"