mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-crypt/openpgp-keys-alexbarton: add die on subshell cat
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user