commit: 01d67a5e1dfe193c97ba4d9b896fc166a4ab801d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 14:14:23 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
}