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:
parent
d4193d43cf
commit
b14ff66038
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ check_pgpsigs() {
|
|||
msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
|
||||
|
||||
local netfile proto pubkey success status fingerprint trusted
|
||||
local warning=0
|
||||
local warnings=0
|
||||
local errors=0
|
||||
local statusfile=$(mktemp)
|
||||
local all_sources
|
||||
|
|
Loading…
Add table
Reference in a new issue