libmakepkg: Fix improperly spelled local variable declaration

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Eli Schwartz 2017-07-05 23:14:14 -04:00 committed by Allan McRae
parent d4193d43cf
commit b14ff66038

View file

@ -33,7 +33,7 @@ check_pgpsigs() {
msg "$(gettext "Verifying source file signatures with %s...")" "gpg" msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
local netfile proto pubkey success status fingerprint trusted local netfile proto pubkey success status fingerprint trusted
local warning=0 local warnings=0
local errors=0 local errors=0
local statusfile=$(mktemp) local statusfile=$(mktemp)
local all_sources local all_sources