heads/initrd/bin/gpgv
Thierry Laurion 5bc2bc88e4
All scripts and functions: Add DEBUG calling trace on console when CONFIG_DEBUG_OUTPUT is exported in board config
-qemu-coreboot-*whiptail-tpm1(-hotp) boards have 'export CONFIG_DEBUG_OUTPUT=y' by default now
2023-02-18 21:52:44 -05:00

7 lines
148 B
Bash
Executable File

#!/bin/sh
# if we are using the full GPG we need a wrapper for the gpgv executable
. /etc/functions
DEBUG "Under /bin/gpgv"
exec gpg --verify "$@"