Skip to content

Commit

Permalink
media-gfx/shotwell: QA fix Add missing quotes
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 10, 2015
1 parent 6cacd1a commit 01d67a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 01d67a5

Please sign in to comment.