summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-10 16:14:23 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-10 16:15:40 +0200
commit01d67a5e1dfe193c97ba4d9b896fc166a4ab801d (patch)
tree9a6d387c381532a877a0679e06f345e352acdabb /media-gfx
parentmedia-sound/mp3diags: Remove myself from metadata (diff)
downloadgentoo-01d67a5e1dfe193c97ba4d9b896fc166a4ab801d.tar.gz
gentoo-01d67a5e1dfe193c97ba4d9b896fc166a4ab801d.tar.bz2
gentoo-01d67a5e1dfe193c97ba4d9b896fc166a4ab801d.zip
media-gfx/shotwell: QA fix Add missing quotes
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/shotwell/shotwell-0.22.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
index d8b50828e273..9e2380f6b456 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
}