mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
5bc2bc88e4
-qemu-coreboot-*whiptail-tpm1(-hotp) boards have 'export CONFIG_DEBUG_OUTPUT=y' by default now
7 lines
148 B
Bash
Executable File
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 "$@"
|