mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit c7f15c0c01477466bae965eec6bb1d624e87e439.
This commit is contained in:
parent
61923e3789
commit
b3c2913a56
@ -412,7 +412,7 @@ verify-sig_verify_signed_checksums() {
|
||||
case ${VERIFY_SIG_METHOD} in
|
||||
openpgp)
|
||||
_gpg_verify_signed_checksums \
|
||||
"${checksum_file}" "${algo}" "${files[@]}" "${key}"
|
||||
"${checksum_file}" "${algo}" "${files[*]}" "${key}"
|
||||
;;
|
||||
signify)
|
||||
signify -C -p "${key}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user