From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F1E5613888F for ; Sat, 10 Oct 2015 14:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0529D21C004; Sat, 10 Oct 2015 14:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74B2E21C004 for ; Sat, 10 Oct 2015 14:15:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A64F633D3CF for ; Sat, 10 Oct 2015 14:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EA0827A for ; Sat, 10 Oct 2015 14:15:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444486540.01d67a5e1dfe193c97ba4d9b896fc166a4ab801d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/shotwell/shotwell-0.22.0-r1.ebuild X-VCS-Directories: media-gfx/shotwell/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 01d67a5e1dfe193c97ba4d9b896fc166a4ab801d X-VCS-Branch: master Date: Sat, 10 Oct 2015 14:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13e43e9e-6abc-451f-b5bb-64bb2de92581 X-Archives-Hash: c55d19e9199d5eefcc4ba9d156ef0836 commit: 01d67a5e1dfe193c97ba4d9b896fc166a4ab801d Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 10 14:14:23 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Oct 10 14:15:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d67a5e media-gfx/shotwell: QA fix Add missing quotes Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> media-gfx/shotwell/shotwell-0.22.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild index d8b5082..9e2380f 100644 --- a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild +++ b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild @@ -92,7 +92,7 @@ src_prepare() { sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die fi done - [[ $(wc -l ${S}/po/LINGUAS | awk '{print $1}') == 0 ]] && \ + [[ $(wc -l "${S}"/po/LINGUAS | awk '{print $1}') == 0 ]] && echo en_GB > "${S}"/po/LINGUAS }