mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
8da5d5d723
- modify bash to have it configured with -Os
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
# if we are using the full GPG we need a wrapper for the gpgv executable
|
|
. /etc/functions
|
|
|
|
TRACE "Under /bin/gpgv"
|
|
exec gpg --verify "$@"
|