diff options
Diffstat (limited to 'scripts/libmakepkg/executable/gpg.sh.in')
-rw-r--r-- | scripts/libmakepkg/executable/gpg.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/libmakepkg/executable/gpg.sh.in b/scripts/libmakepkg/executable/gpg.sh.in index 139773ef..5812a953 100644 --- a/scripts/libmakepkg/executable/gpg.sh.in +++ b/scripts/libmakepkg/executable/gpg.sh.in @@ -23,6 +23,7 @@ LIBMAKEPKG_EXECUTABLE_GPG_SH=1 LIBRARY=${LIBRARY:-'@libmakepkgdir@'} +source "$LIBRARY/util/message.sh" source "$LIBRARY/util/option.sh" executable_functions+=('executable_gpg') |