Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Sat, 10 Oct 2015 14:15:55
Message-Id: 1444486540.01d67a5e1dfe193c97ba4d9b896fc166a4ab801d.jlec@gentoo
1 commit: 01d67a5e1dfe193c97ba4d9b896fc166a4ab801d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 14:14:23 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 14:15:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d67a5e
7
8 media-gfx/shotwell: QA fix Add missing quotes
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 media-gfx/shotwell/shotwell-0.22.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
17 index d8b5082..9e2380f 100644
18 --- a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
19 +++ b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
20 @@ -92,7 +92,7 @@ src_prepare() {
21 sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die
22 fi
23 done
24 - [[ $(wc -l ${S}/po/LINGUAS | awk '{print $1}') == 0 ]] && \
25 + [[ $(wc -l "${S}"/po/LINGUAS | awk '{print $1}') == 0 ]] &&
26 echo en_GB > "${S}"/po/LINGUAS
27 }