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

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-16 05:45:14 +00:00
parent 06959ea7d1
commit e2d4a9d080

View File

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