libmakepkg: remove declaration of unused local variables

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2015-09-22 16:11:32 +10:00
parent dd3fe853b3
commit 0adb74b293

View file

@ -32,7 +32,7 @@ lint_pkgbuild_functions+=('lint_changelog')
lint_changelog() { lint_changelog() {
local list name file changelog_list ret=0 local name file changelog_list
changelog_list=("${changelog[@]}") changelog_list=("${changelog[@]}")
for name in "${pkgname[@]}"; do for name in "${pkgname[@]}"; do