mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
libmakepkg: remove declaration of unused local variables
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
dd3fe853b3
commit
0adb74b293
@ -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…
Reference in New Issue
Block a user