app-crypt/openpgp-keys-jedisct1: add die on subshell cat

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-16 05:46:09 +00:00
parent e93847e5c5
commit 043ff3d125

View File

@@ -16,5 +16,5 @@ src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - jedisct1.asc < <(cat "${files[@]/#/${DISTDIR}/}")
newins - jedisct1.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}