libmakepkg: remove declaration of unused local variables
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
dd3fe853b3
commit
0adb74b293
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ lint_pkgbuild_functions+=('lint_changelog')
|
|||
|
||||
|
||||
lint_changelog() {
|
||||
local list name file changelog_list ret=0
|
||||
local name file changelog_list
|
||||
|
||||
changelog_list=("${changelog[@]}")
|
||||
for name in "${pkgname[@]}"; do
|
||||
|
|
Loading…
Add table
Reference in a new issue